Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# fastapi

Fastapi baseline

## Docker

```bash
docker build -t myimage .
docker run --rm -it -p 8080:8080 myimage
```