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

added Auth using mongo node and express [backend] #1489

Merged
merged 1 commit into from
Oct 9, 2024

Conversation

Abhishek-TG18
Copy link
Contributor

Pull Request Format

PR Title

Issue #1473 : Implement Authentication using MongoDB, Node.js, and Express.js [backend] solved

Type of PR

  • Add X in the box to specify the improvement type.
  • [] Bug fix
  • [ x] Feature enhancement
  • Documentation update
  • [x ] BackendUpdate

Description

This pull request includes the implementation of the backend functionality for user authentication and management. The following features have been added:

  • #Signup: Users can register with their email and password. The server validates the input and stores the user information in the database.
  • #Sign-in: Registered users can log in by providing valid credentials.
  • #User Details: Once logged in, users can retrieve their account information from the database.
  • #Signout: Users can securely log out of their accounts.

All routes and logic have been implemented and tested with Postman. Please review and merge.

Checklist

  • Add X in the box to specify.
  • I have performed a self-review of my code.
  • x[ ] I have tested the changes thoroughly before submitting this pull request.
  • I have provided relevant issue numbers, screenshots, and videos after making the changes.
  • [x ] I have commented my code, particularly in hard-to-understand areas.

Information to Start the server

image

image

Feel free to ask if you have any doubt

I have tested the code using Postman API Testing here are the demo videos

Post.data.-.My.Workspace.-.Google.Chrome.2024-10-02.16-33-19.mp4
Post.data.-.My.Workspace.-.Google.Chrome.2024-10-02.16-32-32.mp4
Get.data.-.My.Workspace.-.Google.Chrome.2024-10-02.16-48-36.mp4
Get.data.-.My.Workspace.-.Google.Chrome.2024-10-02.16-48-10.mp4

Thank you for reviewing my pull request!

Copy link

vercel bot commented Oct 8, 2024

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

Name Status Preview Comments Updated (UTC)
community-site ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 8, 2024 1:53pm

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great job, @Abhishek-TG18! 🎉 , Thank you for submitting your pull request. Your contribution is valuable and we appreciate your efforts to improve our project. Our team will review your changes shortly.

We will promptly review your changes and offer feedback. Keep up the excellent work! Kindly remember to check our contributing guidelines

Copy link

netlify bot commented Oct 8, 2024

Deploy Preview for opensourcevillage ready!

Name Link
🔨 Latest commit ec700e8
🔍 Latest deploy log https://app.netlify.com/sites/opensourcevillage/deploys/6705394e632bcb00071c8350
😎 Deploy Preview https://deploy-preview-1489--opensourcevillage.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@Its-Aman-Yadav Its-Aman-Yadav merged commit f9fdea1 into Its-Aman-Yadav:main Oct 9, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants