https://github.com/jollen/booklog3-delta
https://github.com/jollen/booklog3-delta
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jollen/booklog3-delta
- Owner: jollen
- Created: 2015-07-20T06:40:36.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-20T06:49:44.000Z (almost 11 years ago)
- Last Synced: 2025-01-19T05:59:29.683Z (over 1 year ago)
- Language: HTML
- Size: 1.17 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Install
1. Run `$ npm install` to install node modules.
2. Run `$ npm start ` to start the server.
## REST API
1. `GET /1/post`: get all documents
2. `POST /1/post`: create a new document
3. `PUT /1/post/:id`: update a existing document by `_id`
4. `DELETE /1/post/:id`: delete a existing document by `_id`