High-performance Async REST API, in Python. FastAPI + Uvicorn.
$ curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
$ poetry --version$ poetry shell
$ poetry install$ poetry run task appor
$ python app/main.py$ docker build -t fastapi-rest .
$ docker run -p 80:80 fastapi-rest