docs: initial project documentation

- architecture overview and stack
- project structure and development order
- API design (endpoints, models, runtimes)
- infrastructure overview (k8s cluster, S3, registry)
- decisions log with rationale
- progress tracker v1/v2
This commit is contained in:
“Naeel”
2026-03-06 09:51:01 +04:00
commit b29b6c3d10
7 changed files with 344 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
# Ошибки и решения
> Сюда записываем проблемы с которыми столкнулись и как их решили.
## Шаблон записи
```
## YYYY-MM-DD — Короткое описание проблемы
**Проблема:** ...
**Причина:** ...
**Решение:** ...
```
---