Skip to content

SevaShpun/aiogram-and-sqlalchemy-demo

 
 

Repository files navigation

aiogram-and-sqlalchemy-demo

A simple demo of using aiogram + async sqlalchemy 1.4+, made as a pop-it game where you need to click green circles and avoid red ones.

screenshot

Used tech:

  • aiogram
  • SQLAlchemy 1.4+
  • PostgreSQL as database
  • asyncpg as database driver for SQLAlchemy
  • Docker with docker-compose for deployment

Don't forget to create "postgres_data" (required) and "pgadmin_data" (if using PG Admin) directories before you run docker-compose up -d

Also copy env_dist file to .env and fill it with your data

About

A simple demo of using aiogram + async sqlalchemy 1.4+

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 94.8%
  • Dockerfile 5.2%