-
Notifications
You must be signed in to change notification settings - Fork 210
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Connected frontEnd with BackEnd #124
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@swaraj-das |
@AnitSarkar123 check it what's wrong |
Could you please give a demo vedio of registration working |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good but I require a demo vedio
@Abhishek-TG18 very good 👍 I will merge it today |
Pull Request Format
PR Title
Issue #91 : I Connect FrontEnd Auth with Backend solved
Type of PR
Description
This PR implements the authentication feature for the application, including user signup, login, and session management using JWT tokens. The feature enables users to create an account, log in, and access protected routes.
Checklist
Important Notes Before Reviewing the PR
Environment Setup:
Ensure that your local environment is set up correctly. You need to have Node.js and MongoDB installed and running.
Make sure to configure the necessary environment variables in your .env file, including:
PORT: Port for the backend server (default is 5000).
MONGODB_URL: Connection string for MongoDB.
SECRET: Secret key for JWT.
CLIENT_URL: URL for frontend access.
CORS Configuration:
The backend is configured to allow CORS requests from the frontend. Make sure the frontend is running on the specified CLIENT_URL for successful API calls.
Adjust the CORS settings if you are deploying the application or testing from different origins.
Thank you for reviewing my pull request!