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

https://github.com/null-none/docker-fastapi

A simple example of using Fast API in Python.
https://github.com/null-none/docker-fastapi

docker docker-compose fastapi python

Last synced: 5 months ago
JSON representation

A simple example of using Fast API in Python.

Awesome Lists containing this project

README

          

# docker-fastapi

A simple example of using Fast API in Python.

## Run with docker

### Run server

```
docker-compose up -d --build
```

### Run server

```
docker-compose exec db psql --username=fastapi --dbname=fastapi_dev
```