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

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.

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)