Feat: Multiplayer sessions added using CRUD database.

This commit is contained in:
2026-02-10 11:49:38 +00:00
parent bbbd21d4ad
commit fa81fddbd4
6850 changed files with 808827 additions and 8 deletions

40
README.md Normal file
View File

@@ -0,0 +1,40 @@
Magic: The Gathering trading card game commander life tracking tool.
Powered by flask
enter virtual environment:
python -m venv VIRTUAL_ENVIRONMENT_NAME
run module bundler:
npm run build
host for machine:
python -m flask run
host for local network:
python -m flask run --host=0.0.0.0
files dedicated to each page:
CSS
page
HTML
page
row
JavaScript
page
api
router
base - navigation buttons
PostgreSQL
get
save
table
staging table
audit table
Python
business object
controller
datastore
form
model