Skip to content

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.

    → Start Tutorial

  • Your First Bot Command


    Add a new Telegram bot command with message handling.

    → Start Tutorial

  • Your First Celery Task


    Create a background task with the controller pattern and add it to the beat schedule.

    → Start Tutorial

Prerequisites

Before starting these tutorials, ensure you have:

  1. Completed the Quick Start guide
  2. Understanding of the Project Structure
  3. A working development environment

Tutorial Format

Each tutorial follows the same structure:

  1. Goal — What you'll build
  2. Steps — Detailed implementation
  3. Testing — How to verify it works
  4. Next Steps — Related topics to explore