Sprint 1: App foundation stubs (app.py, config.py) #7
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Remaining Sprint 1 Work
Create the minimal app foundation stubs:
portfolio_app/app.py- Dash app factory with Pages routing (stub)portfolio_app/config.py- Pydantic BaseSettings configurationAcceptance Criteria
app.pycreates Dash app withuse_pages=Trueconfig.pyloads from.envusing Pydantic BaseSettingsmake runstarts the dev server without errorshttp://localhost:8050