Examples¶
Complete, runnable examples demonstrating pico-ioc in real-world scenarios.
Available Examples¶
| Example | Description | Complexity |
|---|---|---|
| FastAPI TODO App | REST API with FastAPI, layered architecture | Beginner |
Coming Soon¶
- CLI Application - Command-line tool with pico-ioc
- Background Workers - Celery integration
- Microservices - Service-to-service communication
- GraphQL API - Strawberry + pico-ioc
Contributing Examples¶
Have a cool example to share? Open a PR!
Requirements: - Complete, runnable code - Clear explanation of concepts used - Tests demonstrating the approach