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

https://github.com/jollen/booklog3-delta


https://github.com/jollen/booklog3-delta

Last synced: 3 months ago
JSON representation

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`