Debt-tracker-backend

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.

Demo:

debt-tracker-demo.mp4

Backend technologies and frameworks

  • Gin
  • Makefile
  • Docker & docker compose
  • PostgreSQL

How to run

export DB_PASSWORD={YoUr_PaSsWoRd}
docker-compose stop
docker-compose rm -f
docker-compose pull
docker-compose up -d