diff options
author | 2025-04-25 01:09:30 +0530 | |
---|---|---|
committer | 2025-04-25 01:09:30 +0530 | |
commit | 8733795c8449f3514369d7b4220934760e386f1b (patch) | |
tree | 86b70bd897f22646df401f5e24e28bb35f3ca155 /README.md | |
parent | 4cd8498ad30e6ea5f01e81346a81a2a1134864be (diff) | |
download | finance-8733795c8449f3514369d7b4220934760e386f1b.tar.gz finance-8733795c8449f3514369d7b4220934760e386f1b.tar.bz2 finance-8733795c8449f3514369d7b4220934760e386f1b.zip |
finance/frontend: fix: did some minor changes to the frontend
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 |