Description: Create a UserModel' in Sequelize with attributes foruserId,email,hashedPassword, androle`. Add model-level validation for required fields and email format.
Tag: #72
Owner: Haiyi
Expected Outcome: A functioning Sequelize model stored in SQLite, with appropriate validations.
Description: Create a
UserModel' in Sequelize with attributes for
userId,
email,
hashedPassword, and
role`. Add model-level validation for required fields and email format.#72