Please follow these steps:
git clone
docker-compose up --build
docker-compose up
- Open the following link
- If the above link is not working, open http://localhost:5000/docs
- Swagger is served for working of the APIs
- PUT is created instead of PATCH, because the subset can be two to three attributes of the entity, which is against the JSON apis rule. PATCH is only used for single attribute of the entity