Last active
August 29, 2015 14:28
-
-
Save bunnywong/892a9758d5d30b18d779 to your computer and use it in GitHub Desktop.
strongloop
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo npm install -g strongloop | |
slc loopback | |
slc loopback:datasource ItemsDB | |
> MongoDB | |
slc loopback:model Item | |
Item | |
>item(mongodb) | |
slc run | |
Next steps: | |
Change directory to your app | |
$ cd mytrial | |
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 . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment