To create a rest api which deals with the Backend of Expense Tracker which will keep track of day to day expenses.
- Features it provides:
- User SignUp
- Expense Logging: Addition of expenses with details such as amount, date, description, category etc.
- Allow users to add custom expense type.
- Budget Logging: Addition of Budget with details such as budget amount , expense types etc.
- Search for specific expenses based on date, category, or description.
- Fetch expenses for one day , seven days, fifteen days.
- Also, Handling possible edge case scenarios and exceptions.
- Tech Stack used : Java , Spring Boot , MySQL