A NodeJS application built on SailsJS over MongoDB.
- Install MongoDB
- Install NodeJS
- Install SailsJS beta (0.10+) globally via
sudo npm -g install sails
- Clone this repository locally
- Run
npm install
in the newely cloned directory - Run
sails lift
to start the app - Hit
http://localhost:1337
and profit