pythonbook/fastapi-plotly-dash-master/README.md

710 B

FastAPI + Dash Sample App

Sample application that runs a Dash app mounted inside a FastAPI webserver.

Quickstart

  1. Install dependencies
    poetry install
    
  2. Run webserver
    poetry run python -m app
    
  3. 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