Skip to content

Flask - SQLite app to teach basics of auth and CRUD operations on Flask - For Code Next's Team Edge

Notifications You must be signed in to change notification settings

vivertido/flask-activity-tracker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Flask - SQLite app to teach basics of auth and CRUD operations on Flask - For Code Next's Team Edge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 45.3%
  • HTML 38.0%
  • CSS 16.7%