Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 968 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 968 Bytes

basketball_reg

A light-weight and mobile-first app that gathers the intention to play basketball on weekends.

Features:

  1. One-click on names to register/unregister.
  2. Automatic refresh the date (every Saturday). The cutoff time is Saturday midnight ET.
  3. Persistent user information. Only needs to add once, and the users will be carried over to next week.

Open source framework used:

Project structure

|- basketball_reg.py (Main entrance that drives all the logic)
|- templates (folder for all the front-end templates)
        |- index.html (Main front-end page)
        |- error.html (Error page)
|- db_schema.sql (SQLite3 schema file to recover/rebuild the database)

Deployment