feat: update frontend structure in README to reflect new app factory and additional files

This commit is contained in:
2026-05-30 19:42:58 +02:00
parent f43b13f625
commit 29c13edb4d
+5 -1
View File
@@ -123,8 +123,12 @@ backend/ FastAPI backend
tests/ Backend test suite
frontend/ Flask frontend
app/
__init__.py Package initialization
__init__.py App factory (create_app)
main.py Flask application entrypoint
config.py Configuration
filters.py Jinja2 template filters
helpers.py API client, auth decorators, model helpers
routes/ Blueprint route handlers (auth, dashboard, gallery, generate, admin, profile)
templates/ Jinja2 HTML templates
static/ CSS, JS, images
tests/ Frontend test suite