diff options
author | 2025-04-25 02:19:47 +0530 | |
---|---|---|
committer | 2025-04-25 02:19:47 +0530 | |
commit | ff2031f6ff6f4a7e6d441c9ed2372f004ba34499 (patch) | |
tree | f665e59648cbbb74b3d4446270a878a773f26564 /README.md | |
parent | 8733795c8449f3514369d7b4220934760e386f1b (diff) | |
download | finance-ff2031f6ff6f4a7e6d441c9ed2372f004ba34499.tar.gz finance-ff2031f6ff6f4a7e6d441c9ed2372f004ba34499.tar.bz2 finance-ff2031f6ff6f4a7e6d441c9ed2372f004ba34499.zip |
finance/backend: feat: added v1/accounts for accounts CRUD
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -87,7 +87,7 @@ An application designed to help manage personal finances, including income (like * [x] Set up database connection and migrations * [x] Add CORS middleware for cross-origin requests * [x] Implement User Authentication (Signup, Login, JWT/Session Management) -* [ ] Create basic CRUD APIs for Accounts (e.g., Salary Source, Bank Account) +* [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 Loans * [ ] Create basic CRUD APIs for Goals |