See the website online at http://anotode.herokuapp.com/
- Make sure you have mongodb installed on your system.
apt-get install mongodb
- Then install the application dependencies.
npm install
- Finally, start the server.
npm start
- Visit
http://localhost:3000
to view the server.