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
- Host: GitHub
- URL: https://github.com/aalfiann/totaljs-mongoose-rest-example
- Owner: aalfiann
- Created: 2019-09-24T10:05:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-25T12:31:44.000Z (over 6 years ago)
- Last Synced: 2025-06-22T20:07:54.392Z (12 months ago)
- Topics: example, mongoose, rest-api, totaljs, totaljs-example, totaljs-mongoose
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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