bootstrap v2 stable start

This commit is contained in:
2026-04-13 20:47:04 +03:00
commit 7565aa485e
51 changed files with 1190 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
# Project Structure
## Корневые папки
- `app/` — код приложения
- `docs/` — документация
- `infra/` — Docker и compose
## Внутри `app/src`
- `bootstrap/`
- `core/`
- `telegram/`
- `trading/`
- `storage/`
- `integrations/`
- `shared/`