Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 535 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 535 Bytes

Book Rental App

Run the application

1) Install the dependencies

$ npm i

2) Rename .env.example to .env & fill in the values

3) Push the database schema to your mysql datatabase

$ npx prisma db push

4) Build the application

$ npx nx run-many --target=build --configuration=production --all=true --parallel=true --maxParallel=3

5) Run the application

$ npx nx serve backend-api --configuration=production
$ npx nx serve webapp --configuration=production