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
- Host: GitHub
- URL: https://github.com/darth-knoppix/fastapi-docker-template
- Owner: Darth-Knoppix
- Created: 2021-04-15T12:50:19.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-19T08:01:50.000Z (about 5 years ago)
- Last Synced: 2025-03-22T08:02:08.926Z (over 1 year ago)
- Topics: docker, fastapi, pyhton
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`