aboutsummaryrefslogtreecommitdiffstats
path: root/backend/internal/router/router.go
Commit message (Collapse)AuthorAgeFilesLines
* finance: feat: added the goal page with some improvements of uiHEADmasterLibravatarLibravatar Biswa Kalyan Bhuyan 6 hours1-0/+6
|
* finance/backend: mvfeat: moved the backend api handlers to api/handlers and ↵LibravatarLibravatar Biswa Kalyan Bhuyan 2 days1-7/+42
| | | | added couple of more api request handlers
* feat: added basic backend features to itLibravatarLibravatar Biswa Kalyan Bhuyan 4 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