You need to run the backend located in this repository on port 5000
npm install // to get all dependencies
npm start // to start the web app (development environment)
npm run build // (production environment)
npm install // to get all dependencies
npm start // to start the web app (development environment)
npm run build // (production environment)