We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
User Model for storing the Respective Logged-In User Information
A sample is created in user.model. Add other relevant fields.
user.model
https://github.com/Programming-Club-Ahmedabad-University/TheProgrammingClub/blob/main/server/models/user.models.js
The text was updated successfully, but these errors were encountered:
Email validation is to be done through the userModel or will be handled in the Front-end?
Sorry, something went wrong.
please assign me this issue
@im3dabasia It's better to do email validation in the backend also. You can start working on this issue.
im3dabasia
No branches or pull requests
Context
User Model for storing the Respective Logged-In User Information
Todo
A sample is created in
user.model
. Add other relevant fields.Additional Reference
https://github.com/Programming-Club-Ahmedabad-University/TheProgrammingClub/blob/main/server/models/user.models.js
The text was updated successfully, but these errors were encountered: