issues
search
jocafernanro
/
wishlist-backend-app
0
stars
0
forks
source link
Create User Model
#2
Open
jocafernanro
opened
1 year ago
jocafernanro
commented
1 year ago
Define the User model in the backend
AC1. The User model has fields for UserID, Username, Auth0 token and Avatar
Field
Data
UserID
Integer, Auto-incremented primary key
Username
String
Auth0 Token
String
Avatar
BLOB
AC2. The user model can be properly mapped to a database table.
Define the User model in the backend