A CRUD for Authors and Publications using Mongo, Node.js, Express and Docker Compose.
npm install
Build Docker
docker-compose build
Run Docker
docker-compose up
Import file "Library API.postman_collection.json" to run the test on Postman. There are endpoints for Publications and Authors.