https://github.com/glorkpixels/bookapi
https://github.com/glorkpixels/bookapi
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/glorkpixels/bookapi
- Owner: glorkpixels
- Created: 2022-03-03T01:04:18.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-03T01:06:17.000Z (over 4 years ago)
- Last Synced: 2025-10-09T13:02:54.421Z (8 months ago)
- Language: JavaScript
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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