Go to file
Elijah Lucian bf561613aa moved db file
2021-07-15 14:31:14 -06:00
2021-03-20 16:52:56 -07:00
wip
2021-04-14 20:36:40 -06:00
2021-07-15 13:51:57 -06:00
wip
2021-04-15 20:10:54 -06:00
2021-07-15 14:31:14 -06:00
2021-04-14 13:47:53 -07:00
2021-07-15 14:31:14 -06:00
2021-07-14 15:08:15 -06:00
2021-07-14 16:29:41 -06:00

Cash Dash Stacks

  • A simple way to track expenses
  • cash budgeting in digital mode

Setup

$ git clone [this repo]
$ docker-compose build
$ docker-compose run --rm server bash
# Puts you into the command line in the server container
$ > python manage.py migrate
$ > python manage.py createsuperuser --email admin@example.com --username admin
$ > exit
# You are now back in your machine bash
$ docker-compose down && docker-compose up -d
# Containers will all start

Ideas

  • put items in your wishlist and track savings to buy big-ticket items
  • view spending trends

Todo

https://github.com/dank-inc/cash-stacks/projects

Description
No description provided
Readme 1.1 MiB
Languages
TypeScript 60.8%
Python 25.8%
SCSS 8.4%
HTML 3.7%
Shell 0.5%
Other 0.8%