FastAPI Template

FastAPI is our main web framework for building APIs. We created a sample application with FastAPI which can easily copied as a starting point for new services. Sample application includes implementations of commonly used middlewares, documentation, semantic versioning, CI-CD pipelines and more.
You can find a project and copy instructions here.