fastapi-plotly-dash
fastapi-plotly-dash copied to clipboard
Sample application running a Dash app in a FastAPI server
FastAPI + Dash Sample App
Sample application that runs a Dash app mounted inside a FastAPI webserver.
Quickstart
- Install dependencies
poetry install - Run webserver
poetry run python -m app - Load up in browser: http://localhost:8000
Routes
| 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 |