From 29c13edb4d989f7ff61c6965a5a78d84304463f2 Mon Sep 17 00:00:00 2001 From: zwitschi Date: Sat, 30 May 2026 19:42:58 +0200 Subject: [PATCH] feat: update frontend structure in README to reflect new app factory and additional files --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c47e2b..ea4ce9e 100644 --- a/README.md +++ b/README.md @@ -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