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

https://github.com/darth-knoppix/fastapi-docker-template

A simple template for getting started with FastAPI in Docker with a Dev Container for VS Code
https://github.com/darth-knoppix/fastapi-docker-template

docker fastapi pyhton

Last synced: about 2 months ago
JSON representation

A simple template for getting started with FastAPI in Docker with a Dev Container for VS Code

Awesome Lists containing this project

README

          

# Template for Python FastAPI with Dev Container and Docker

Simple template to get started with FastAPI quickly using Docker and Dev Container for VS Code.

## Why?

Using Docker is easy becuase you don't need to install any dependencies other than Docker itslef.

## How does it work?

1. Choose the **Use this Template** button in GitHub to create a new repo with these files or you could clone it instead.
2. Build with Docker Compose - `docker-compose build`
3. Run it - `docker-compose up`