Getting Started¶
The HeartView dashboard was developed in Python and with the Dash framework, which consists of a Flask server that communicates with front-end React components.
Launching the App¶
Within the activated virtual environment:
(venv) $ python3 app.py
Open your web browser and go to: https://127.0.0.1:8050
Terminating the App¶
In your Terminal, press
CTRL+c.Exit the virtual environment by typing
deactivate.