- API is not working anymore because heroku free version is not availableAPI is hosted in - https://slbfe-api-app.herokuapp.com/
Web client is hosted in - https://slbfe-webapp.netlify.app/
API documentation - https://documenter.getpostman.com/view/14803467/UyxgHnA7
Clone and move to the root directory
git clone <reponame>
cd <reponame>Run api/server side (you should be on the root directory)
cd api
npm install
npm startRun client-api (you should be on the root directory)
cd client-web
npm install
npm start- Remove the https://slbfe-api-app.herokuapp.com/ link in the client-web's index.js and use http://localhost:5000/
- Change node to nodemon in the package.json file of the api side

