Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 429 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 429 Bytes

flask-activity-tracker

Demo app for using SQLite with Flask on a Raspberry Pi. This version shows how to create a new user and log in with basic email/password credentials. No validation or user sessions are used.

The goal of this demo is to show how to store data and retrieve it from a SQLite database.

Setup:

  1. Install SQLite3
  2. Install Flask
  3. Clone project
  4. Create your own database and replace it in static/data