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

https://github.com/glorkpixels/bookapi


https://github.com/glorkpixels/bookapi

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# BOOKS REST API

## MONGODB - NODE.JS EXPRESS REST API

POSTMAN collection in the repository holds examples for every operation.

With this API:

> A book can be created.

> A book can be fetched by id

> All books can be fetched.

> A book can be updated by id.

> A book can be deleted by id.
## To run on Docker:

`
docker-compose build
docker-compose up
`
can be used