← Back to Tutorials
36. Useful Resources
Official Docs & Learning
Community
- FastAPI GitHub: github.com/tiangolo/fastapi — Issues, discussions, examples
- Discord: FastAPI community chat
- Stack Overflow: Tagged questions for troubleshooting
Tools & Ecosystem
- SQLModel: SQL databases with Pydantic + SQLAlchemy
- FastAPI Users: Authentication and authorization
- FastAPI CRUD: Automatic CRUD generation
- Alembic: Database migrations
- Pytest + httpx: Async testing