FastAPI - demo Install FastAPI with all the optional dependencies and features: pip install "fastapi[all]" Start uvicorn with: uvicorn app.main:app --reload Access the API documentation at http://localhost:8000/docs or http://localhost:8000/redoc