Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sergk/fastapi
Fastapi baseline
https://github.com/sergk/fastapi
biolerplate docker fastapi kubernetes simple template
Last synced: 3 months ago
JSON representation
Fastapi baseline
- Host: GitHub
- URL: https://github.com/sergk/fastapi
- Owner: SergK
- License: apache-2.0
- Created: 2023-01-13T09:26:48.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-12T12:12:55.000Z (7 months ago)
- Last Synced: 2024-10-10T14:17:28.665Z (3 months ago)
- Topics: biolerplate, docker, fastapi, kubernetes, simple, template
- Language: Python
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 2
- Forks: 5
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fastapi
Fastapi baseline
## Docker
```bash
docker build -t myimage .
docker run --rm -it -p 8080:8080 myimage
```