diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -86,7 +86,7 @@ An application designed to help manage personal finances, including income (like * [x] Design database schema (Users, Accounts, Transactions, Loans, Goals) * [x] Set up database connection and migrations * [x] Add CORS middleware for cross-origin requests -* [ ] Implement User Authentication (Signup, Login, JWT/Session Management) +* [x] Implement User Authentication (Signup, Login, JWT/Session Management) * [ ] 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 |