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 installin the newely cloned directory - Run
sails liftto start the app - Hit
http://localhost:1337and profit