area1707/grace-shopper

Data Validations - Users

Opened this issue · 1 comments

Users must have a valid email address
Users email must be unique

Implementation:
Create sequelize schema whose email key requires unique and whose data type verifies that it is an email address(?)
(how do we confirm that an email address is valid?)

email address validation on the backend is complete, need to validate / catch on the front end