https://github.com/right-git/pinkman
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.
https://github.com/right-git/pinkman
Last synced: 3 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/right-git/pinkman
- Owner: right-git
- Created: 2025-01-01T23:06:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-10-21T16:02:04.000Z (6 months ago)
- Last Synced: 2025-10-21T18:06:07.321Z (6 months ago)
- Homepage:
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pinkman
A template repository for creating a backend server in Python using [Fastapi](https://fastapi.tiangolo.com/). This template includes essential setup for PostgreSQL, Reddis, Alembic etc making it easy to bootstrap your next project.
---
## Features
- **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.
---
## Template versions
- [Simple](https://github.com/iismoilov7/pinkman/tree/simple)