Tutorials¶
Step-by-step guides for adding features to your application.
Available Tutorials¶
-
Your First API Endpoint
Create a new HTTP controller with authentication and register it with the IoC container.
-
Your First Bot Command
Add a new Telegram bot command with message handling.
-
Your First Celery Task
Create a background task with the controller pattern and add it to the beat schedule.
Prerequisites¶
Before starting these tutorials, ensure you have:
- Completed the Quick Start guide
- Understanding of the Project Structure
- A working development environment
Tutorial Format¶
Each tutorial follows the same structure:
- Goal — What you'll build
- Steps — Detailed implementation
- Testing — How to verify it works
- Next Steps — Related topics to explore