An open API service indexing awesome lists of open source software.

https://github.com/aalfiann/totaljs-mongoose-rest-example

Example TotalJS with Mongoose 5 for create a simple Rest API
https://github.com/aalfiann/totaljs-mongoose-rest-example

example mongoose rest-api totaljs totaljs-example totaljs-mongoose

Last synced: about 1 month ago
JSON representation

Example TotalJS with Mongoose 5 for create a simple Rest API

Awesome Lists containing this project

README

          

# 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