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

strongloop/loopback-example-bluemix

Repository files navigation

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