Closed Abhishek-TG18 closed 1 month ago
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 |
Name | Link |
---|---|
Latest commit | ec700e8b9a9e989030b5f9c0ae5831c17928c0ee |
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...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Pull Request Format
PR Title
Issue #1473 : Implement Authentication using MongoDB, Node.js, and Express.js [backend] solved
#
Type of PR
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
Information to Start the server
Feel free to ask if you have any doubt
I have tested the code using Postman API Testing here are the demo videos
https://github.com/user-attachments/assets/c75322b0-5d83-4ef3-a0ae-f4503dba8463
https://github.com/user-attachments/assets/5ed926a1-cec8-4e9c-a51f-f261a32561d3
https://github.com/user-attachments/assets/f4ab790a-96e7-4170-ba99-3d0dc16c24e5
https://github.com/user-attachments/assets/7b222d0a-aaa9-4865-90aa-c9840385a194
Thank you for reviewing my pull request!