Telegram bot with backend on FastAPI and PostgreSQL
Bot Development
Development of a Telegram bot with server-side logic in Python.
The bot operates through REST API, has structured business logic, data storage in a database, and supports scaling.
Implemented:
interaction with Telegram Bot API
backend on…