Skip to content

holdbar/charts_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting started

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published