- NextJs v14+
- Prisma ORM v5+
- Shadcn/ui
- Tailwind css v3+
- PostgreSQL v15
- NextAuth v4
- Node v20+
- Typescript v5+
Run the following command:
- Fork the project and clone it.
- Navigate into the project and run
npm install- Run prisma migrations
npx prisma migrate dev- Start the development server
npm run dev- Navigate to
http://localhost:3000/auth/login
To build the project run the following
npm run buildProject uses Prettier for linting
npm run lint