In order to get the application up and running first install the dependencies:
- Install and start the API server
cd api-server
npm install
node server
- Install and start the Client Application:
cd frontend
npm install
npm start
Information about the API server and how to use it can be found in its README file.