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
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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