aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatarLibravatar Biswa Kalyan Bhuyan <biswa@surgot.in> 2025-04-25 02:39:12 +0530
committerLibravatarLibravatar Biswa Kalyan Bhuyan <biswa@surgot.in> 2025-04-25 02:39:12 +0530
commitd8856efd30dfcb05b26a5b66b5bb14cc0604e2b1 (patch)
tree6d4c1b99ec45636bf0038a46d90b585302a3a89a /README.md
parent5b23b22c60027f18dfb218789eea0e1e6dc38a37 (diff)
downloadfinance-d8856efd30dfcb05b26a5b66b5bb14cc0604e2b1.tar.gz
finance-d8856efd30dfcb05b26a5b66b5bb14cc0604e2b1.tar.bz2
finance-d8856efd30dfcb05b26a5b66b5bb14cc0604e2b1.zip
finance/backend: feat: added v1/goals and handlers/goal_handler for Goal CRUD
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2f3879b..eeb6b0d 100644
--- a/README.md
+++ b/README.md
@@ -90,7 +90,7 @@ An application designed to help manage personal finances, including income (like
* [x] Create basic CRUD APIs for Accounts (e.g., Salary Source, Bank Account)
* [x] Create basic CRUD APIs for Transactions (Income, Expense)
* [x] Create basic CRUD APIs for Loans
-* [ ] Create basic CRUD APIs for Goals
+* [x] Create basic CRUD APIs for Goals
* [ ] Set up initial logging and error handling
* [ ] Write unit/integration tests for core API endpoints