You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Elijah Lucian 3f9b05b1dd registration page and such 3 years ago
.vscode Dockerizing 3 years ago
devops wip 3 years ago
frontend registration page and such 3 years ago
node_modules wip 3 years ago
server registration page and such 3 years ago
.prettierrc cashstax database docs 3 years ago
README.md updating readme 3 years ago
docker-compose.yml broke af 3 years ago
package-lock.json add useTransactions hook 3 years ago

README.md

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