Back to Tags
Fastapi
9 items tagged with "fastapi"
Filter by type:
Migrations2
Stacks3
Stack
FastAPI + React
A modern Python stack with a FastAPI backend and a React front end, joining high-performance async APIs to a rich interactive UI.
Stack
FastAPI + SQLAlchemy Stack
Async Python backend stack using FastAPI, SQLAlchemy, and PostgreSQL for high-performance, type-hinted REST and ML-serving APIs.
Stack
FastAPI + HTMX
A modern Python stack pairing the async FastAPI framework with HTMX to build dynamic, server-rendered web apps with little custom JavaScript.
Comparisons2
Comparison
Django vs FastAPI
Django is a batteries-included framework for full web apps; FastAPI is a modern, async, type-driven framework focused on high-performance APIs.
Comparison
FastAPI vs Flask
FastAPI is async-first with type-driven validation and auto docs; Flask is a mature, synchronous microframework with a vast extension ecosystem.