-
In apps/Backend .env file put your values for JWT_TOKEN and DATABASE_URL
-
Postion to apps/Backend folder and run the following prisma command to apply existing migrations:
npx prisma migrate deploy
-
Apply prisma seed for database:
npx prisma db seed
- In the root directory run the following commands to install dependencies and to run turbo repo project:
npm i
npm run build
npm run start