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:
How to see the redoc page:
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:
How to see the redoc page: