Skip to content

ash2shukla/fastapi-hands-on

Repository files navigation

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

About

Content for talk on FastAPI's real world usage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published