"Be the boss of your health"
cd health-boss
- Run "npm install" to install all dependencies
npm i
Prisma command for the genarate the scheema
- You need to have node and MongoDB installed
- You need version Nextjs v3 and prisma client 5.4.1
- Create an .env file in your project root folder and add the variables.
DATABASE_URL="PUT YOUR URL FROM MONGODB"
NEXTAUTH_SECRET="Scret Next Auth Key"
NEXTAUTH_URL="http://localhost:3002" < Live like that for locally>
}
npx prisma db push
Start the server
npm run dev
- Nextjs v3
- Tailwinds
- Typescript
- E2E Cypress test
- Cloudinary
- Prisma
- MongoDB
- Typescript
- Unit test jest
- Integration test Cypress
- Next Auth