aboutsummaryrefslogtreecommitdiffstats
path: root/backend/internal/config
Commit message (Collapse)AuthorAgeFilesLines
* finance/backend: feat: set up logging and error handlingLibravatarLibravatar Biswa Kalyan Bhuyan 4 days1-34/+54
|
* feat: added basic backend features to itLibravatarLibravatar Biswa Kalyan Bhuyan 5 days1-0/+54
- Set up API framework (Gin Gonic) - Set up ORM/DB library (GORM) - Design database schema (Users, Accounts, Transactions, Loans, Goals) - Set up database connection and migrations