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: about 1 year 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
```