Skip to content
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.

Latest commit

 

History

History
30 lines (17 loc) · 495 Bytes

README.rst

File metadata and controls

30 lines (17 loc) · 495 Bytes

Awesome Application

Запуск

Заполни .env.dist, затем -> .env

poetry install
alembic upgrade head
python -m src.awesome.presentation.bot
python -m src.awesome.presentation.services
taskiq worker awesome.services.notify:broker
taskiq scheduler awesome.services.notify:scheduler