- A RESTFUL API application to track expenses and transactions.
- Currently, this is only a backend application, Frontend - future scope.
- Built using SpringBoot Connected to MySQL database
- Create users.
- Allow users to create groups and add user to it.
- Allow users to add expenses to the group, including/excluding users
- Allow them to edit expenses
- Simplifying expenses: minimise the number of transactions for final settlement.
- Settle up transactions: pay owed amount.
- User
- Group
- Expense
- UserExpense
- Transaction