Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 610 Bytes

README.md

File metadata and controls

29 lines (16 loc) · 610 Bytes

Home Automation-IOT Application

#Swagger and Loopback

To Create the Scaffolding

$ slc loopback myapp

Change directory to your app

$ cd myapp

Create a model in your app

$ slc loopback:model

Compose your API, run, deploy, profile, and monitor it with Arc

$ slc arc

Run the app

$ node .
Web server listening at: http://localhost:8000
Browse your REST API at http://localhost:8000/explorer

Our connectors : currently we are using mongodb connectore

to see more connectors like MySQL,ORACLE,PostgreSQL etc