README ¶ Fundtract Self hosted solution on aggregating your online transactions through various sources. Code styles Database Migration Use go-migrate for creating new migrations. Here is an example command migrate create -ext sql -dir db/migrations -seq <operation>_<table_name>_<detail:optional> Operation describes what the migration file will do, create, drop, or update. Use insert, or delete if the migration script is for adding/removing data (e.g. adding default secret values) Table name describes the name of the table Detail is for additional details Expand ▾ Collapse ▴ Directories ¶ Show internal Expand all Path Synopsis cmd app command internal delivery/http/handler delivery/http/router model model/constant model/dto platform/config platform/log platform/storage/sqlite usecase/transaction usecase/transaction/emailprocessor usecase/user Click to show internal directories. Click to hide internal directories.