From 5b23b22c60027f18dfb218789eea0e1e6dc38a37 Mon Sep 17 00:00:00 2001 From: Biswa Kalyan Bhuyan Date: Fri, 25 Apr 2025 02:26:24 +0530 Subject: finance/backend: feat: added v1/transactions for accounts CRUD --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 7b8810a..2f3879b 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ An application designed to help manage personal finances, including income (like * [x] Add CORS middleware for cross-origin requests * [x] Implement User Authentication (Signup, Login, JWT/Session Management) * [x] Create basic CRUD APIs for Accounts (e.g., Salary Source, Bank Account) -* [ ] Create basic CRUD APIs for Transactions (Income, Expense) +* [x] Create basic CRUD APIs for Transactions (Income, Expense) * [x] Create basic CRUD APIs for Loans * [ ] Create basic CRUD APIs for Goals * [ ] Set up initial logging and error handling -- cgit v1.2.3-59-g8ed1b