Skip to content

maikofelix47/fms

Repository files navigation

FMS

The project consists of the following

  • NextJs v14+
  • Prisma ORM v5+
  • Shadcn/ui
  • Tailwind css v3+
  • PostgreSQL v15
  • NextAuth v4
  • Node v20+
  • Typescript v5+

Set Up

Run the following command:

  1. Fork the project and clone it.
  2. Navigate into the project and run
npm install
  1. Run prisma migrations
npx prisma migrate dev
  1. Start the development server
npm run dev
  1. Navigate to http://localhost:3000/auth/login

Build

To build the project run the following

npm run build

Linting

Project uses Prettier for linting

npm run lint

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published