Skip to content

Latest commit

 

History

History
 
 

node-loopback

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

node-loopback

Loopback framework to check benchmark

Requirements

  • NodeJS 8.x

Stack

  • JS 6
  • Loopback 3.x
  • Loopback Boot 2.x

Contribution guide

Remotes

The remotes follow the convention:

  • origin: fork in the account of the developer

  • upstream: main repository

Commit Style

Please consider de following git styles for the commit messages:

http://udacity.github.io/git-styleguide/

Building

Install the dependencies before start:

$ cd node-loopback
$ sudo npm i -d

For local environment:

$ node .

Usage

Get Hello World!

GET http://localhost:8080

License

MIT