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 2025-04-281-0/+6
|
* finance: feat: added the goal page with some improvements of uiLibravatarLibravatar Biswa Kalyan Bhuyan 2025-04-271-0/+6
|
* finance/backend: mvfeat: moved the backend api handlers to api/handlers and ↵LibravatarLibravatar Biswa Kalyan Bhuyan 2025-04-261-7/+42
| | | | added couple of more api request handlers
* feat: added basic backend features to itLibravatarLibravatar Biswa Kalyan Bhuyan 2025-04-241-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