Fastapi Bite Exercises
| Level | Name | Tags |
|---|---|---|
| Beginner | Fastapi hello world | FastAPI |
| Beginner | A little detour: pydantic | Pydantic FastAPI |
| Intermediate | Create food objects | FastAPI |
| Intermediate | Retrieve food objects | FastAPI |
| Intermediate | Update and delete food objects | FastAPI |
| Intermediate | Pydantic part ii | Pydantic FastAPI |
| Intermediate | Food logging crud | FastAPI |
| Intermediate | Fastapi exception handling | FastAPI |
| Intermediate | Return an html response | FastAPI |
| Advanced | Fastapi authentication with jwt (json web tokens) | FastAPI |
| Advanced | FastAPI Integration - Basic Endpoints | Dependency Injection SQLModel FastAPI REST API |
| Advanced | FastAPI Integration - Complex Queries | SQLModel FastAPI REST API Complex Queries |