Sample application that runs a Dash app mounted inside a FastAPI webserver.
poetry install
poetry run python -m app
Route | Description | Link |
---|---|---|
GET / | Base route (tests shared prefix) | http://localhost:8000/ |
GET /status | Non-Dash route | http://localhost:8000/status |
GET /dash | Dash app | http://localhost:8000/dash |