Stage 01 - bootstrap v2 stable start
This commit is contained in:
11
docs/architecture/overview.md
Normal file
11
docs/architecture/overview.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# Architecture Overview
|
||||
|
||||
Проект строится как modular monolith с разделением по слоям:
|
||||
|
||||
- `telegram` — меню, handlers, routers
|
||||
- `bootstrap` — сборка приложения
|
||||
- `core` — конфигурация и базовые сущности
|
||||
- `trading` — бизнес-логика торговли
|
||||
- `storage` — доступ к данным
|
||||
- `integrations` — внешние API
|
||||
- `shared` — общие утилиты
|
||||
Reference in New Issue
Block a user