Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 504 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 504 Bytes

FastAPI Hands On

This repo contains code snippets corresponding to following stuff-

  1. Brief Why and How about Pydantic
  2. FastAPI Dependency Injection
  3. Structuring FastAPI app for Bigger Applications
  4. Using SQLAlchemy with FastAPI
  5. Mixing SQLAlchemy and Pydantic with SQLModel
  6. Middlewares
  7. Authentication
  8. Exception Handling
  9. Testing with FastAPI Stubs

Setup

  1. install uv
  2. uv python install 3.12
  3. uv venv --python 3.12
  4. source .venv/bin/python