The application, named Dracker, primarily targets individuals residing in shared apartments who collectively manage household expenditures like groceries, toiletries, and more. This tool equally distributes costs among all apartment residents and computes the individualized debt allocation for each participant.
debt-tracker-demo.mp4
- Gin
- Makefile
- Docker & docker compose
- PostgreSQL
export DB_PASSWORD={YoUr_PaSsWoRd}
docker-compose stop
docker-compose rm -f
docker-compose pull
docker-compose up -d