to run this project u need first to:
-
open a terminal and change the directory to backend.
-
run npx prisma migrate dev to add all the tables.
-
run npm install to install dependencies.
-
run nodemon to run the server.
-
open another terminal and change the directrory to front end.
-
run npm install to install dependencies.
-
run npm run serve to run the frontend server.