CRUD of users with loopback.io
-
Node.js from https://nodejs.org/
-
Bower, installed with node.js by running :
$ npm install bower -g
Once you have node.js & bower installed, run :
$ npm install
$ bower install
Run : $ npm start
Then go with your favorite browser at http://localhost:3000/
Test script is using mocha and zombiejs and is available via $ npm test