Home

Awesome

FastAPI

First contact with FastAPI framework.

How to run:

$: pip install -r requirements.txt
$: uvicorn main:app --reload

How to test:

$: pytest tests.py

How to see the swagger page:

http://localhost:8000/docs#/

How to see the redoc page:

http://localhost:8000/redoc#/