Installation instructions:
- Install node.js from https://nodejs.org/en/download/
- Retreive this repository to a local directory
- In the command prompt, open the local directory of the repository
- Run the following command to install each of the dependencies for the application
npm install
- Run the following command to run the application
node app.js
- Open http://localhost:3050/ in your browser (checked using Chrome).