COSC481W-2022Winter / capstone-hackmcx

capstone-hackmcx created by GitHub Classroom
0 stars 1 forks source link

feat: Added POST endpoint for Users #67

Closed zxkevin closed 2 years ago

zxkevin commented 2 years ago

Added a POST endpoint for users to check if username, first name, or last name is valid Check for imageUrl, if valid use If no imageUrl default imageUrl will be used on creation in database

62