An open API service indexing awesome lists of open source software.

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

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 ❤️**