Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 658 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 658 Bytes

Aiogram Template

Production-ready telegram bots template with PostgreSQL, Redis & admin panel.

Features

  • PostgreSQL for data storage, SQLAlchemy for ORM
  • Redis for storing user data & caching
  • Admin panel with CRUD operations
  • Docker, Pre-commit & CI for better development experience
  • Dependency injection with FastDepends
  • Built with best practices

Installation

  1. Clone the repository:
git clone https://github.com/everysoftware/aiogram-template
  1. Create a .env file. Use the .env.example as a reference.
  2. Run the application:
make up

Made with love ❤️