> ## Documentation Index
> Fetch the complete documentation index at: https://swe.aboneda.com/llms.txt
> Use this file to discover all available pages before exploring further.

# FastAPI Fundamentals

> Core concepts of FastAPI — async Python, type hints, and automatic docs.

# FastAPI Fundamentals

A structured approach to mastering FastAPI for building high-performance Python APIs.

## Topics to Cover

* **Routing** — Path operations, path/query parameters, request body
* **Dependency Injection** — Depends, sub-dependencies, scopes
* **Middleware** — CORS, authentication, custom middleware
* **Validation** — Pydantic models, request/response schemas
* **Database Integration** — SQLAlchemy, async sessions, migrations
