To run the application on the web, follow the instructions :
make sure you are inside the project's folder on VScode
open up a terminal
- run
cd client
- run
npm install
to install the client dependencies of the project - then run
npm start
to run the application, will open at the addresslocalhost:3000
open up a new terminal
- run
cd server
- run
npm install
to install the API dependencies of the project - then run
npm run devStart
to run the API, will open at the addresslocalhost:3004