Skip to content

BenLeroy/loopback-users-example

 
 

Repository files navigation

loopback-users-example

A first project with loopback.io

Goal :

CRUD of users with loopback.io

Requirements :

  • Node.js from https://nodejs.org/

  • Bower, installed with node.js by running : $ npm install bower -g

How to install :

Once you have node.js & bower installed, run :

$ npm install
$ bower install

How to use :

Run : $ npm start

Then go with your favorite browser at http://localhost:3000/

Tests

Test script is using mocha and zombiejs and is available via $ npm test

About

CRUD of users with loopback.io

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.9%
  • HTML 8.4%
  • CSS 0.7%