/finance-tracker

App for tracking finances. This is mostly for me to experiment.

Primary LanguageGo

finance-tracker

App for tracking finances. This is mostly for me to experiment.

Table of Contents

Running locally

Setup is easy with docker and compose.

Simply run the following command from the repository root directory to run locally.

docker-compose -f docker-compose.yml -f docker-compose.local.yml up -d web

DB Migrations

DB migrations are SQL-based and performed with flyway using their official docker image.