Sultanow / stats_dashboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Status Dashboard Plotly App

A simple app to generate plotly graphs from excel data and python scripts with configuration capabilities.

Requirements

  • Python 3.2+
  • Nodejs

Usage

  1. Clone respository
  2. Open up 2 terminals
  3. In the first terminal navigate to the backend folder.
  4. Run npm install
  5. After this run the command npm start and leave this terminal open in the background.
  6. In the second terminal navigate to the frontend folder, if you don't have angular installed run the following command: npm install -g @angular/cli
  7. Run npm install
  8. Run ng serve --open

Future Improvements:

  • Currently excel-python bindings only have CRD functionality (no update), ideally there should also be an update option available.
  • Angular application should be exported to a production environment to avoid having to install locally.

About


Languages

Language:HTML 99.8%Language:TypeScript 0.1%Language:JavaScript 0.0%Language:Python 0.0%Language:CSS 0.0%