SpringBoardMentor114 / SpendWise

MIT License
2 stars 0 forks source link

Expense Management API and Category Deletion #72

Closed kunaldhondge closed 1 month ago

kunaldhondge commented 1 month ago

This pull request implements an Expense Management API with functionality for creating, updating, and deleting expenses, along with associated category deletion capabilities. Users can perform CRUD operations on expenses, while ensuring data integrity by preventing category deletion if expenses are mapped to it.