Skip to content

Software-Eng-for-Web-Applications-2018/stock-data-site

Repository files navigation

Stock Data Site

Dashboard for predicted stock values.

Installation

  • Runs with Python3.5.2

Pip

Linux

sudo apt-get -y install python3-pip
sudo apt-get install libmysqlclient-dev python-dev

Above commands included in Ubuntu_Install_Depends.sh

Windows

  • I recommend using Anaconda for Python 3 or Cygwin
  • Anaconda will have pip3 already installed
  • Cygwin select "pip3" binary to install along with "python3.5"

Configuration

Python Libraries

  • pip3 install -r requirements.txt

Running

Run site on localhost:5000.

  • python3 main.py 5000