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

  1. Within the activated virtual environment:

(venv) $ python3 app.py
  1. Open your web browser and go to: https://127.0.0.1:8050

Terminating the App

  1. In your Terminal, press CTRL + c.

  2. Exit the virtual environment by typing deactivate.