Categorygithub.com/fadedreams/gofinanceflow
repository
0.0.0-20241221070331-7802b25fa5cc
Repository: https://github.com/fadedreams/gofinanceflow.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

make image

  • docker build -t myapp .

establish db

  • make network
  • make pg
  • make makedb
  • make sqlc
  • make migrateup

generate tests

  • mockgen -package mockdb -destination mock/store.go github.com/fadedreams/gofinanceflow/infrastructure/db/sqlc Store
  • mockgen -source=sqlc/store.go -destination=mock_db/mock_db.go -package=mock_db #nope