2026-03-15 19:52:21 +00:00
2026-03-16 07:29:24 +00:00
2026-03-15 19:52:21 +00:00
2026-03-15 19:52:21 +00:00
2026-03-15 19:52:21 +00:00
2026-03-15 19:52:21 +00:00
2026-03-15 19:52:21 +00:00
2026-03-15 19:52:21 +00:00
2026-03-15 19:52:21 +00:00
2026-01-23 23:29:49 +00:00
2026-03-15 19:52:21 +00:00
2026-02-16 19:30:31 +00:00

Magic: The Gathering trading card game commander life tracking tool.

Powered by flask

create virtual environment

python3 -m venv VIRTUAL_ENVIRONMENT_NAME

enter virtual environment

source ./VIRTUAL_ENVIRONMENT_NAME/bin/activate

run module bundler

npm run build

create ssh tunnel to vps hosting db

ssh -i /path/to/your/key.pem -L 5433:localhost:5433 user@your-vps-ip -N

host

for machine: python3 -m flask run

for local network: python3 -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

Description
No description provided
Readme GPL-3.0 130 MiB
Languages
PLpgSQL 49%
Python 19.6%
HTML 16.3%
JavaScript 11.2%
CSS 3.9%