mirror of
https://github.com/aljazceru/Tutorial-Codebase-Knowledge.git
synced 2025-12-19 07:24:20 +01:00
update index
This commit is contained in:
@@ -7,15 +7,12 @@ has_children: true
|
||||
|
||||
# Tutorial: FastAPI
|
||||
|
||||
> This tutorial is AI-generated! To learn more: https://github.com/The-Pocket/Tutorial-Codebase-Knowledge
|
||||
> This tutorial is AI-generated! To learn more, check out [AI Codebase Knowledge Builder](https://github.com/The-Pocket/Tutorial-Codebase-Knowledge)
|
||||
|
||||
FastAPI is a modern, *high-performance* web framework for building APIs with Python.
|
||||
FastAPI<sup>[View Repo](https://github.com/fastapi/fastapi/tree/628c34e0cae200564d191c95d7edea78c88c4b5e/fastapi)</sup> is a modern, *high-performance* web framework for building APIs with Python.
|
||||
It's designed to be **easy to use**, fast to code, and ready for production.
|
||||
Key features include **automatic data validation** (using Pydantic), **dependency injection**, and **automatic interactive API documentation** (OpenAPI and Swagger UI).
|
||||
|
||||
|
||||
**Source Repository:** [https://github.com/fastapi/fastapi/tree/628c34e0cae200564d191c95d7edea78c88c4b5e/fastapi](https://github.com/fastapi/fastapi/tree/628c34e0cae200564d191c95d7edea78c88c4b5e/fastapi)
|
||||
|
||||
```mermaid
|
||||
flowchart TD
|
||||
A0["FastAPI Application & Routing"]
|
||||
|
||||
Reference in New Issue
Block a user