Example written on Sails.js, AngularJS, and Twitter Bootstrap.
- sails >= 0.11.0
- node >= 0.10.0
- Clone the repository
git clone https://github.com/rt-inconnect/bookshelf.git - Navigate into the directory
cd bookshelf - Run
npm installto install the dependencies - Set up your DB settings
config/connections.js - Start sails with
sails lift - Open
http://localhost:1337in your browser