Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 367 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 367 Bytes

Playing around with chart.js, sqlite3, flask

Creates simple line chart using data from sqlite3 database.

How to set up:

  1. Clone repository
  2. Install dependencies pip install -r requirements.txt
  3. python flaskr.py
  4. python populate_db.py
  5. Open browser to http://127.0.0.1:5000/. You should see this:

alt text