Household budget tracker: sections for incomes, bills, debt, essentials, subscriptions. FastAPI + HTMX + SQLite.
Entry stores one row per section entry (name, amount, timestamps). DebtTarget is a singleton table (CHECK id = 1) with a nullable foreign key to Entry using ON DELETE SET NULL so deleting the referenced Debt Minimums row clears the pointer. Refs #1 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| alembic | ||
| src/quartermaster | ||
| .gitignore | ||
| .python-version | ||
| alembic.ini | ||
| LICENSE | ||
| pyproject.toml | ||
| README.md | ||
| uv.lock | ||
quartermaster
Household budget tracker: sections for incomes, bills, debt, essentials, subscriptions. FastAPI + HTMX + SQLite.