Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 463 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 463 Bytes

Anotode Server

JavaScript Style Guide

See the website online at http://anotode.herokuapp.com/

Starting

  • 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.