- mongodb
- node
-
Setup dependencies:
-
Terminal:
choco install node mongo npm install -g coffee-script npm install
-
*You can replace
choco
(Win) withbrew
(Mac) orsudo apt-get
(Linux) depending on your OS.
-
-
Setup DB:
-
Optional
Edit config/db.json (default settings for the db)
-
-
Enjoy:
-
Terminal:
npm start
-
Browser:
http://localhost:8080/
-