aboutsummaryrefslogtreecommitdiffstats
path: root/backend/internal/models
Commit message (Collapse)AuthorAgeFilesLines
* finance/backend: feat: Refined APIs for Loans and Goals based on frontend needsHEADmasterLibravatarLibravatar Biswa Kalyan Bhuyan 19 hours1-1/+17
|
* feat: added basic backend features to itLibravatarLibravatar Biswa Kalyan Bhuyan 5 days1-0/+97
- 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