Make sure you have installed node.js on your device.
This project use :
- Next.js
- Express.js
- prisma
- Typescript
- Javascript
-
on Client run cd capstoneClient and npm install create .env file with NEXT_PUBLIC_API = NEXT_PUBLIC_TOKEN_SECRET = COMPANY_TOKEN_SECRET =
-
on Server run cd capstoneServer and npm install create .env file with TOKEN_SECRET= DATABASE_URL=
Make sure TOKEN_SECRET is the same on client and server