Syed Sakib
Example of how to deploy microservices with FastAPI, PostgreSQL, docker-compose.
This project created from this title
1) Clone repository and deploy all services with one command below.
2) Check APIs documentation provided by Swagger OpenAPI.
Movies documentation.
Casts documentation.
3) Interact with APIs.
Create casts.
Create movies.
Show all movies.
Find and show info about casts by given id.
Find and show info about movies by given id.
Update movies by given id and data in the body.
Delete movies by given id.
4) Enjoy =)