Skip to content
This repository was archived by the owner on Apr 18, 2020. It is now read-only.

Latest commit

 

History

History
36 lines (21 loc) · 917 Bytes

File metadata and controls

36 lines (21 loc) · 917 Bytes

My Application

⚠️ This LoopBack 3 example project is no longer maintained. Please refer to LoopBack 4 Examples instead. ⚠️

Create Toolchain

This Bluemix LoopBack project is generated by LoopBack.

Cutomization

Change the name from "loopback-example-bluemix" to your own in package.json, manifest.yml, and .bluemix/toolchain.yml

Adding Bluemix datasources

lb datasource --bluemix

Adding Bluemix model

lb model --bluemix

Publishing on Bluemix

Make sure you have installed the Cloud Foundry Commandline Interface (cf), and are authenticated.

cf push <NAME OF YOUR APP>

LICENSE

MIT