Closed s3bsch closed 2 years ago
Seed some demo users in order to be able to provide some API endpoints regarding users later on.
For the purpose of the demo, a user should be split into several models/tables:
User
UserProfile
UserAddress
Seed some demo users in order to be able to provide some API endpoints regarding users later on.
For the purpose of the demo, a user should be split into several models/tables:
User
…the very basic information regarding a user, needed for authenticationUserProfile
…profile data of a user, like first name, last name, birthday, etc.UserAddress
…the address of the user