Skip to content

gokulyc-forks/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

Forked Repo of "Content for talk on FastAPI's real world usage"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 96.0%
  • Mako 4.0%