Implement Fullstack Authentication with JWT and Backend Integration#185
Implement Fullstack Authentication with JWT and Backend Integration#185harish-pasupuleti wants to merge 5 commits into
Conversation
|
@harish-pasupuleti is attempting to deploy a commit to the Tanmay Kalra's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
Please resolve the conflicts. |
|
Pushed the updated code — ready for review and deployment. |
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
Is backend deployed successfully or not |
|
please check this i have solved the errors |
|
Hello I have done all the backend functionality as well as frontend login with adaptive ui but not merged may i know the reason |
|
@harish-pasupuleti Thank you for your hard work, please review the Vercel deployment errors and push the necessary fixes so we can proceed with the merge. |
|
i am unable to find errors could explain which errors are coming is backend deployed successful if yes then send me backend deployed url or give vercel permision in backend environment variable is give or not |
|
Hello Can you where the errors is coming backend or frontend |
Please contact @Tanziha-Sheikh, she will guide you. |
|
@Tanziha-Sheikh This problem has been pending for over a week. I’ve completed all backend work including: MongoDB integration JWT authentication and verification Adaptive frontend for login I’d like to discuss the remaining issues so we can proceed with deployment and merging. |

📋 Description
This PR implements a full authentication and backend integration for the application.
✅ Backend Enhancements:
Created a new backend/ folder containing:
auth routes with Sign In / Sign Up using JWT authentication
goals and transactions routes connected to MongoDB
Added .env file with environment variables:
✅ Frontend Enhancements:
Added AuthModal component for a Sign In / Sign Up dialog box.
Updated TransactionContext to fetch data from the backend instead of local mock data.
Integrated JWT authentication — token is stored securely and attached in headers for API requests.
Improved API structure to handle user-specific data for goals and transactions.
Fixes # (Complete backend & frontend integration with authentication system)