Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 517 Bytes

File metadata and controls

17 lines (12 loc) · 517 Bytes

CRUD Operations with AngularJS + Sails.js Rest APIs

Example written on Sails.js, AngularJS, and Twitter Bootstrap.

Requirements

  • sails >= 0.11.0
  • node >= 0.10.0

Setup

  1. Clone the repository git clone https://github.com/rt-inconnect/bookshelf.git
  2. Navigate into the directory cd bookshelf
  3. Run npm install to install the dependencies
  4. Set up your DB settings config/connections.js
  5. Start sails with sails lift
  6. Open http://localhost:1337 in your browser