Treneese / YouFlix

Other
3 stars 1 forks source link

Define Models: class User #5

Open Treneese opened 3 weeks ago

Treneese commented 3 weeks ago

Id (Integer) Name (string) Password_hash (string) user_name (string) profiles (string)

validations Valid Password and hashed Can only have a Username once Must have name Profiles must have one profile and can have up to 5

krichlin commented 3 weeks ago

Got a user table in the DB. Getting ready to test it with some sample data