feat: refactor to FastAPI architecture v2.0
Some checks failed
Build & Push Docker / build (push) Has been cancelled

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-20 16:28:21 +01:00
parent 87f1fc2c7a
commit e2bdadd0ce
32 changed files with 2896 additions and 55 deletions

5
app/config.py Normal file
View File

@@ -0,0 +1,5 @@
"""Application configuration."""
VERSION = "2.0.0"
MAX_FILE_SIZE_MB = 10
DEFAULT_COLOR = "#ffffff"