Requires Node.js, npm, and MongoDB.
To install and run:
Install client dependencies - npm install
from client directory
Install server dependencies - npm install
from server directory
Run database daemon - mongod
Run server (backend) - node server.js
from server directory
Run client (interface) - npm start
from client directory
Go to http://localhost:4200