A template repository for creating a backend server in Python using Fastapi. This template includes essential setup for PostgreSQL, Reddis, Alembic etc making it easy to bootstrap your next project.
- Aiogram Framework: A modern and efficient framework for Telegram bots.
- Database Integration: Pre-configured with PostgreSQL.
- Database Migrations: Integrated with Alembic for schema migrations.
- Dockerized Setup: Docker Compose configuration for easy deployment.
- Environment Variables: Centralized configuration using a
.env
file.