uvicorn app.main:app --reload
http://localhost:8000/docs
You will see the automatic interactive API documentation (provided by Swagger UI).
http://localhost:8000/redoc
You will see the alternative automatic API documentation (provided by ReDoc).
| Name | Name | Last commit date | ||
|---|---|---|---|---|
uvicorn app.main:app --reload
http://localhost:8000/docs
You will see the automatic interactive API documentation (provided by Swagger UI).
http://localhost:8000/redoc
You will see the alternative automatic API documentation (provided by ReDoc).