FastAPI Template The aim of this project is to provide various templates and examples for building a FastAPI WAS. Simple Templates Admin fastapi_ami_admin simple example FormAdmin example ModelAdmin example SQL DB Basic CRUD template with ORM, connection pool, and Singleton FastAPI with SQLAlchemy DB connection pools ORM with N+1 problem and solution ORM example with alembic for DB migration Simple Dependency Injection FastAPI advanced practices FastAPI Custom Exception Handlers And Logs FastAPI Custom Logging Middleware FastAPI with circuit breaker for external API service WebSocket FastAPI WebSocket with PubSub on Redis Queue Session Simple Session Server Redis Session Server Backend Essentials Let's learn essential stuffs for backend development. Caching on Redis with Postgres Async Repository Circuit Breaker Redis Failover Service Discovery with Zookeeper Simple Projects Movie API Server GeoIP Server Sentiment Analyzer Simple Web Scraping Server Design Patterns Decorator Pattern Factory Pattern Observer Pattern Singleton Pattern Strategy Pattern