Finkita

Financial Tracker App

Prerequisite

  • go ^1.15
  • docker
  • docker-compose

How to run

run service

make run

run service in development mode (hot reload with air)

make dev-air

run test

make test

build service

make build

run scraper

make run-scraper

build scraper

make build-scraper

Generating migration file

make name=[migration name]