feat: implement project launch script run.sh and update README

This commit is contained in:
2025-12-20 22:05:18 +03:00
parent e4dc3159cd
commit 58831c536a
23 changed files with 964 additions and 28 deletions

View File

@@ -36,6 +36,7 @@ A new class `ConfigManager` in `backend/src/core/config_manager.py` will handle:
- CRUD operations for environments.
- Updating global settings.
- Validating backup paths and Superset URLs.
- Enforcing system invariants (e.g., at least one environment configured).
### 1.3 API Endpoints