An open API service indexing awesome lists of open source software.

https://github.com/rafsaf/docker-fastapi-projects-uvicorn

This repository allows you to create a simple Docker image with running FastAPI on localhost:80 presenting the basics of creating and running Docker Images.
https://github.com/rafsaf/docker-fastapi-projects-uvicorn

docker fastapi python

Last synced: 12 months ago
JSON representation

This repository allows you to create a simple Docker image with running FastAPI on localhost:80 presenting the basics of creating and running Docker Images.

Awesome Lists containing this project

README

          

# Docker FastAPI projects

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

[docker-fastapi-projects.readthedocs.io/en/latest/](https://docker-fastapi-projects.readthedocs.io/en/latest/)

# Uvicorn

This dead simple application shows you to how to create a simple Docker Image with running FastAPI app with Uvicorn and presenting the basics of creating and running Docker Images.

[See chapter dedicated to this repository](https://docker-fastapi-projects.readthedocs.io/en/latest/uvicorn.html)