tshea113 / budget-board

A web app for managing monthly budgets and net worth
GNU General Public License v3.0
1 stars 0 forks source link

Do not allow duplicate categories in a given month #128

Closed tshea113 closed 1 month ago

tshea113 commented 1 month ago

API checks if the category already exists in the given month before adding. If it exists, throws an error.