FastAPI
tiangolo/fastapi: FastAPI framework, high performance, easy to learn, fast to code, ready for production Starlette + Pydantic + OpenAPI doc
http://127.0.0.1:8000/ # server
http://127.0.0.1:8000/docs # OpenAPI
http://127.0.0.1:8000/redoc # ReDoc
How to Use FastAPI: A Detailed Python Tutorial - YouTube
FastAPI Course for Beginners - YouTube
Python FAST API Tutorial - YouTube
Scheduler with an API: Rocketry + FastAPI | by Mikael Koli | Jul, 2022 | ITNEXT sample project
Miksus/rocketry-with-fastapi: Example of how to create a scheduler with an API
tiangolo/full-stack-fastapi-postgresql: Full stack, modern web application generator. Using FastAPI, PostgreSQL as database, Docker, automatic HTTPS and more.
Dockerizing FastAPI with Postgres, Uvicorn, and Traefik | TestDriven.io
Serving a Machine Learning Model with FastAPI and Streamlit | TestDriven.io
FastAPI Course for Beginners - YouTube transcript
How To Build a CRUD (TO-DO) App on AWS using FastAPI and Python - YouTube
5 Advanced Features of FastAPI You Should Try | by Kaustubh Gupta | Jan, 2022 | Level Up Coding
Request Files - FastAPI
python - How to Upload File using FastAPI? - Stack Overflow
api - How to post JSON data to FastAPI backend without using Swagger UI? - Stack Overflow response Jinja template
Ecosystem
mjhea0/awesome-fastapi: A curated list of awesome things related to FastAPI
FastAPI Utilities
ioxiocom/openapi-to-fastapi: OpenAPI 3.0 to FastAPI route generator
fastapi-users/fastapi-users: Ready-to-use and customizable users management for FastAPI
awtkns/fastapi-crudrouter: A dynamic FastAPI router that automatically creates CRUD routes for your models
uriyyo/fastapi-pagination: FastAPI pagination 📖
Starlite
Starlite Starlette ASGI toolkit + Pydantic + DI + OpenAPI doc
starlite-api/starlite: Light, Flexible and Extensible ASGI API framework
Introducing Starlite: A New Python Asynchronous API Framework | HackerNoon critic on FastAPI in sync mode
Starlite: the little API framework that can. | by Na'aman Hirschfeld | Jan, 2022 | Python in Plain English faster than Starlette