/minmod-dashboard

Dashboard (web-app) for TA2 Knowledge Graph (MinMod)

Primary LanguagePythonMIT LicenseMIT

MinMod Dashboard

Python GitHub Issues Docker License Contributions welcome

Table of Contents

Introduction

To Do.

Installation

Install from pip: pip install -r requirements.txt

Usage

Install docker and run:

docker build -t dash-app .
docker run -p 8050:8050 dash-app

Otherwise, for the standalone web service:

pip install -r requirements.txt
python app.py

Visit http://localhost:8050

Development

Create a new branch off the develop branch for features or fixes.

After making changes rebuild images and run the app:

docker build -t dash-app .
docker run -p 8050:8050 dash-app

Tests

To Do.