- NextJS 13
- Prisma
- TypeScript
- Shadcn/ui
- NextAuth
- TailwindCSS
- Run
npm installto install project dependencies - Run
cp .env.example .envto create your own environment file - Modify
.envto include your own GitHub application credentials - Run
npm run dbto spin up the PostgreSQL database Docker container - Run
npx prisma migrate resetto clean the database and run the initial migration - Run
npm run devto start the web application