feat: update frontend structure in README to reflect new app factory and additional files
This commit is contained in:
@@ -123,8 +123,12 @@ backend/ FastAPI backend
|
|||||||
tests/ Backend test suite
|
tests/ Backend test suite
|
||||||
frontend/ Flask frontend
|
frontend/ Flask frontend
|
||||||
app/
|
app/
|
||||||
__init__.py Package initialization
|
__init__.py App factory (create_app)
|
||||||
main.py Flask application entrypoint
|
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
|
templates/ Jinja2 HTML templates
|
||||||
static/ CSS, JS, images
|
static/ CSS, JS, images
|
||||||
tests/ Frontend test suite
|
tests/ Frontend test suite
|
||||||
|
|||||||
Reference in New Issue
Block a user