https://github.com/everysoftware/aiogram-template
Production-ready telegram bots template with PostgreSQL, Redis & admin panel
https://github.com/everysoftware/aiogram-template
aiogram aiogram-template bots postgresql sqlalchemy template
Last synced: 3 months ago
JSON representation
Production-ready telegram bots template with PostgreSQL, Redis & admin panel
- Host: GitHub
- URL: https://github.com/everysoftware/aiogram-template
- Owner: everysoftware
- License: mit
- Created: 2024-09-14T10:11:13.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-09-25T23:45:14.000Z (8 months ago)
- Last Synced: 2025-02-19T12:52:10.709Z (4 months ago)
- Topics: aiogram, aiogram-template, bots, postgresql, sqlalchemy, template
- Language: Python
- Homepage:
- Size: 65.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# 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:
```bash
git clone https://github.com/everysoftware/aiogram-template
```2. Create a `.env` file. Use the `.env.example` as a reference.
3. Run the application:```bash
make up
```**Made with love ❤️**