npm install
mkdir data;
sudo mongod --dbpath=./data;
npm start
Runs on http://localhost:5000
karma start karma.conf.js
If you get any errors, try the following:
- make sure your data directory exists (should be in the root directory of this project)
- make sure mongod was started/is running with 'sudo'
- If the page loads but you're not getting any data or there's a 500 error, clear your localStorage
localStorage.clear()