Production-ready telegram bots template with PostgreSQL, Redis & admin panel.
- 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
- Clone the repository:
git clone https://github.com/everysoftware/aiogram-template
- Create a
.env
file. Use the.env.example
as a reference. - Run the application:
make up
Made with love ❤️