Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 326 Bytes

readme.md

File metadata and controls

9 lines (8 loc) · 326 Bytes

totaljs-mongoose-rest-example

Example TotalJS with Mongoose 5 for create a simple CRUD Rest API

  • Download this example
  • run $ npm install
  • edit config file and change for mongodb_url value with yours.
  • run $ node debug.js
  • open browser http://127.0.0.1:8000
  • Import postman.json into your postman for test