aboutsummaryrefslogtreecommitdiffstats
path: root/backend/internal/router
Commit message (Collapse)AuthorAgeFilesLines
* finance/backend: feat: Refined APIs for Loans and Goals based on frontend needsHEADmasterLibravatarLibravatar Biswa Kalyan Bhuyan 19 hours1-0/+6
|
* finance: feat: added the goal page with some improvements of uiLibravatarLibravatar Biswa Kalyan Bhuyan 28 hours1-0/+6
|
* finance/backend: mvfeat: moved the backend api handlers to api/handlers and ↵LibravatarLibravatar Biswa Kalyan Bhuyan 3 days1-7/+42
| | | | added couple of more api request handlers
* feat: added basic backend features to itLibravatarLibravatar Biswa Kalyan Bhuyan 5 days1-0/+88
- 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