Learn to build your own microservice using Python and FastAPI
- Make sure you have installed
dockeranddocker-compose - Run
docker-compose up -d - Head over to http://localhost:8080/api/v1/movies/docs for movie service docs and http://localhost:8080/api/v1/casts/docs for cast service docs
- fastapi >=0.87.0
- last version : 0.116.1
- FastAPI is a modern, fast (high-performance), web framework for building APIs with Python based on standard Python type hints.
- Installation
$ pip install "fastapi[standard]"