harshalhonde21 / harshalhonde21/EcommerceSpectastyle
Enhancing User's profile by reset password and change profile
- Dominant language
- JavaScript
- Stars
- 94
- Forks
- 129
- PR merge metrics
- No merged PRs in 30d
Description
Currently, during the signup process, we're only collecting essential user information such as name, email, and password at backend but we are not storing user's profile pic at database. And after signup or login reset password is also not working.
To address this issue, I suggest integrating multer to handle file uploads and modifying our backend to store user profile information. By implementing this enhancement, users will be able to upload and display their profile pictures and other relevant details on their profile page, enriching their experience on our platform. Additionally we can implement otp verification using nodemailer.

Contributor guide
Assessment
This issue has not been assessed yet.