Docker FastAPI projects

Well-documented examples of deployment-ready FastAPI applications written from scratch.

You want to include a docker in your FastAPI app, but there is a Great Wall?

That’s definitely a good place to learn how to jump over it.

Although the official FastAPI documentation covers many basic topics, for developers unfamiliar with Docker, deploying a real-world backend API can be a nightmare. There is a huge gulf between the hello-world application on localhost:8000 and the application in production.

This project is an attempt at an orderly way through the process of creating more and more complex APIs, with an emphasis on deployment using Docker.

Nice to have: