Getting started
- Download code.
- Create virtualenv with Python 3.x "virtualenv -p python3 env".
- Activate virtualenv "source env/bin/activate".
- Install packages "pip install -r requirements.txt".
- Create database "python createdb.py".
- Run app "python run.py".
- Open in your browser "localhost:5000", you'll see data upload page.
- Choose your .csv file with data, that matches the "data_example.csv", in the file form and click "Upload".
- After the end of data import to the database you'll be redirected to the chart page.
- On the chart page choose region in the select field and click "Process".
- Chart built with imported data is shown.