Well-documented examples of deployment-ready FastAPI applications written from scratch.
docker-fastapi-projects.readthedocs.io/en/latest/
This dead simple application shows you to how to create a simple Docker Image with running FastAPI app with Nginx and presenting the basics of creating and running Docker Images.
See chapter dedicated to this repository
You should have .env
file in root of the project to run it.
Template for .env
can be found in .example.env
.