Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 498 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 498 Bytes

Exhibition-Scorekeeper

Flask API

Install

(Python Versions: 3.11 and below)

pip install -r requirements.txt

python app.py

Interacting w/ frontend & api

go to the local IP (192 prefix) with the port(5000) to view the index.html file from the templates folder

To Do (Demo Page @ templates/Index.html)

  • Create Users
  • Start Match 8 Ball
  • Start Match 9 Ball
  • Record Data
  • Apply Styles (CSS)
  • Error Logging
  • Database Middleware
  • Architecture Doc