Project Video Demonstration https://drive.google.com/file/d/1qhoD-s7wC_BQCDUPitjFLLXxuTV3i-S4/view?usp=sharing
Steps to run the app on your local machine:
Install NodeJs https://nodejs.org/en/download/
Install npm https://docs.npmjs.com/downloading-and-installing-node-js-and-npm
Clone this repository on your local machine https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository
Open cmd or bash, go inside the server directory, run "npm install"
Run "node app.js", server will be up on localhost:3001
Go inside the react-app directory, run "npm install"
Run "npm start" in the same dir, the app will run on your localhost:3000.