Upgrade to Pro — share decks privately, control downloads, hide ads and more …

chaus - Build RESTful API within 5 min

chaus - Build RESTful API within 5 min

Why chaus?
- Easy to create RESTful API
- Easy to set linking to other resource
- Easy to manipulate data
- API document created automatically

side road

August 11, 2016
Tweet

More Decks by side road

Other Decks in Technology

Transcript

  1. Why chaus? Easy to create RESTful API Easy to set

    linking to other resource Easy to manipulate data API document created automatically
  2. Manual Installation You can construct chaus on your local. Mongo

    URL Please set variable onto your environment or set mongoURL in src/config.js . API Host, Port Please set API host, port in src/config.js .
  3. Starting application open http://localhost:3000 npm i -g pm2 npm i

    npm run build npm start ... # app-0 ==> ✅ chaus is running, talking to API server. # app-0 ==> Open http://localhost:3000 in a browser to # app-0 ### loading lang files # app-0 ### loading lang files # app-0 warn: parser plugin 'param' not found in block: 0 # app-0 info: Done.