Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 382 Bytes

readme.md

File metadata and controls

19 lines (12 loc) · 382 Bytes

Build Status

Asynchronous API implementation with Python and FastAPI

How to run

Run

$ docker-compose up -d --build

and go to http://127.0.0.1:8000/docs

How to run tests

$ docker-compose exec app python -m pytest app/tests