diff options
author | 2025-04-25 02:26:24 +0530 | |
---|---|---|
committer | 2025-04-25 02:26:24 +0530 | |
commit | 5b23b22c60027f18dfb218789eea0e1e6dc38a37 (patch) | |
tree | 8560b4b8ac4d75b154f00f5fad31964b71e4e2ad /README.md | |
parent | ff2031f6ff6f4a7e6d441c9ed2372f004ba34499 (diff) | |
download | finance-5b23b22c60027f18dfb218789eea0e1e6dc38a37.tar.gz finance-5b23b22c60027f18dfb218789eea0e1e6dc38a37.tar.bz2 finance-5b23b22c60027f18dfb218789eea0e1e6dc38a37.zip |
finance/backend: feat: added v1/transactions for accounts CRUD
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |