This repo contains code snippets corresponding to following stuff-
- Brief Why and How about Pydantic
- FastAPI Dependency Injection
- Structuring FastAPI app for Bigger Applications
- Using SQLAlchemy with FastAPI
- Mixing SQLAlchemy and Pydantic with SQLModel
- Middlewares
- Authentication
- Exception Handling
- Testing with FastAPI Stubs
- install uv
- uv python install 3.12
- uv venv --python 3.12
- source .venv/bin/python