Sample application that runs a Dash app mounted inside a FastAPI webserver.
- Install dependencies
poetry install
- Run webserver
poetry run python -m app
- Load up in browser: http://localhost:8000
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 |