Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 208 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 208 Bytes

pip install fastapi
pip install uvicorn
uvicorn main:app --reload

Swagger UI
http://127.0.0.1:8000/docs

ReDoc
http://127.0.0.1:8000/redoc