/ColorMyMood

Primary LanguageJavaScript

ColorMyMood

Run Instructions

  1. Install Packages
  • pip3 install python-highcharts or pip install python-highcharts
  • pip install pandas
  1. in main directory, python server.py to run backend server

  2. cd into the templates folder. run live-server (see instructions below for help)

How to run HTML file in live-server

  1. npm install -g live-server // Install globally via npm
  2. live-server in terminal // Run in the html's directory

live server is important because modules only work via HTTP(s)