Library Settings Get Help
Stacktora
Stacktora / Vault / Python + Postgres + Redis: Personal Finance Budgeting & Categorization Backend
Backend by @ops

Python + Postgres + Redis: Personal Finance Budgeting & Categorization Backend

Transaction categorization and budget tracking for a consumer finance app — distinct from the Ledger recipe (business double-entry accounting) and Digital Wallet (stored value): this is the Mint/YNAB-shaped personal budgeting category.

Loads this recipe straight into the wizard — every setting stays editable before you generate anything.

The stack

Python 3.12 PostgreSQLRedis

Install

# pulls this exact recipe straight from the Vault
$ npx stacktora install python-personal-finance-budgeting --remote
$ stacktora sync   # generate the files

What you get

docker-compose.ymlMakefileDockerfileREADME.md.env.example.gitignore.dockerignore.github/workflows/ci.yml.tool-versions.editorconfigProcfile … and more

More from the Vault