Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 287 Bytes

LOOPBACK_README.md

File metadata and controls

19 lines (10 loc) · 287 Bytes

Loopback application

The project is generated by LoopBack.

For development:

Open terminal in the directory where you cloned this repository

Run:

npm i

To add custom models:

node ./node_modules/.bin/lb model

Finally execute the application:

node .