Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sergk/demo-fastapi


https://github.com/sergk/demo-fastapi

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# fastapi

Fastapi baseline

## Docker

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