Skip to content

Instantly share code, notes, and snippets.

@xgqfrms-GitHub
Created June 27, 2017 14:36
Show Gist options
  • Save xgqfrms-GitHub/7aabd24074658087288e936a06d0e73a to your computer and use it in GitHub Desktop.
Save xgqfrms-GitHub/7aabd24074658087288e936a06d0e73a to your computer and use it in GitHub Desktop.
http2-module-nginx
@xgqfrms-GitHub
Copy link
Author

xgqfrms-GitHub commented Jun 27, 2017

node-js-rest-api-with-loopback

https://egghead.io/courses/build-a-node-js-rest-api-with-loopback

$ npm i -g loopback-cli

$ mkdir rest-app & cd rest-app 

$ lb app

# api-server local user auth

$ node .

# OR

$ npm start

@xgqfrms-GitHub
Copy link
Author

@xgqfrms-GitHub
Copy link
Author

$ lb model

# in memory DB.

# product

# PersistedModel 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment