Skip to content
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

Created Signup, login, logout, and verifyToken Routes in Backend #24

Merged
merged 3 commits into from
Oct 2, 2024

Conversation

tarunkumar2005
Copy link
Contributor

Pull Request Template for GSoC 2024

Related Issue

[Backend Issue]: No Login/SignUp backend logic #15

closes:

Description of Changes

I have setup the express in the backend and added api routes which includes the auth routes :- Register new user, login existing user, logout current logged in user, and verifying the token so that user doesn't have to login again and again. I have used express js, mongodb, bcrypt, cookie-parser, jwt and dotenv libraries.

Type of Pull Request

  • [X ] Bug Fix
  • New Feature
  • Performance Improvement
  • Documentation Update
  • Code Refactoring
  • Security Enhancement
  • Other (Specify): _______________

(Please check relevant boxes by entering an "X" inside them)

Screenshots / Demo (if applicable)

image
image
image

[Include any screenshots, GIFs, or videos that demonstrate the change or feature, if available.]

Checklist for Contributor

use'X' in [ ] to check it .

  • [X ] I have reviewed my code before submission.
  • [ X] I have read and followed the project's Contribution Guidelines.
  • [ X] I have tested the code thoroughly.
  • [ X] I have attached related issue numbers, screenshots, or videos (if applicable).
  • [ X] I have added comments to my code where necessary for clarity.
  • [ X] I have checked the existing code base and my changes do not introduce any breaking changes.
  • [ X] My PR addresses only one issue; I have created separate PRs for other issues.
  • [ X] I have ensured that the PR does not include unrelated files.
  • [ X] I am mindful of the project's coding standards and best practices.

Additional Information

[Include any additional context or relevant information that may help in reviewing this PR.]

Contribution Guidelines Reminder

Thank you for contributing to our project! Please ensure you follow the guidelines below:

Contribution Levels

  1. Task Categories:

    • Advanced Tasks: Complex tasks like building new features, significant refactoring, or critical bug fixes. Labeled as Hard.
  2. Acknowledging Effort:

    • Exceptional contributions will be recognized with a higher contribution level if substantial effort and innovation are demonstrated.

Review Process

  • PRs will be reviewed by the maintainers, and feedback will be provided. Contributors should address feedback promptly and resubmit the PR if necessary.

  • Contributors are encouraged to participate in the review process of other PRs for community growth.

We appreciate your time and effort in improving this project and look forward to your valuable contributions!

Copy link

vercel bot commented Oct 1, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
station-guide ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 1, 2024 5:12pm

Copy link
Contributor

github-actions bot commented Oct 1, 2024

Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. In the meantime, please ensure that your changes align with our CONTRIBUTING.md. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊

@dhairyagothi dhairyagothi added dependencies Pull requests that update a dependency file level 3 45 points issue gssoc-ext GSSOX'24 Extended hacktoberfest-accepted Hacktoberfest labels Oct 2, 2024
@dhairyagothi
Copy link
Owner

Great work @tarunkumar2005

@dhairyagothi dhairyagothi merged commit baab1ee into dhairyagothi:main Oct 2, 2024
3 checks passed
Copy link
Contributor

github-actions bot commented Oct 2, 2024

🎉 Your pull request has been successfully merged! 🎉 Thank you for your valuable contribution to Station Guide. Your efforts are greatly appreciated. Feel free to reach out if you have any more contributions or if there's anything else we can assist you with. Keep up the fantastic work! 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file gssoc-ext GSSOX'24 Extended hacktoberfest-accepted Hacktoberfest level 3 45 points issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants