This is the NextJS Web App for My Final Year Project other repos for this project
Pre Reqs to Run This NextJS App
- npm install
- npx prisma generate
- set DATEBASE_URL, googleclientid, googleclientsecret in .env
- npx prisma migrate deploy
- node prisma/seed.js
- run npm run dev