https://github.com/jkoop/crunch-money
envelope-style budgeting webapp
https://github.com/jkoop/crunch-money
budget laravel-application
Last synced: 5 days ago
JSON representation
envelope-style budgeting webapp
- Host: GitHub
- URL: https://github.com/jkoop/crunch-money
- Owner: jkoop
- License: mit
- Created: 2025-01-02T20:49:24.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2025-02-20T15:07:29.000Z (2 months ago)
- Last Synced: 2025-03-29T07:04:25.540Z (26 days ago)
- Topics: budget, laravel-application
- Language: PHP
- Homepage: https://crunch.money
- Size: 477 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Crunch Money
This is a (too) simple personal budgeting app that (I've been told) is similar to EveryDollar.
## Deployment
Here's a docker-compose.yml to get you started:
```yml
services:
app:
image: jkoop/crunch-money
# environment:
# - APP_KEY=the container's log will tell you what to put here
volumes:
- ./storage:/storage
ports:
- 8080:8080/tcp
```1. Start the container in the foreground (`docker compose up`)
2. You will be told what to set APP_KEY and the container will exit
3. Set the APP_KEY in your docker-compose.yml
4. Start the container in the background (`docker compose up -d`)
5. After few seconds, print the logs (`docker compose logs`)
6. The log will contain a login token for the first user of the system