issues
search
software-students-fall2021
/
project-setup-penguin
project-setup-penguin created by GitHub Classroom
3
stars
4
forks
source link
POST endpoint for /user URI
#71
Open
kdduan
opened
3 years ago
kdduan
commented
3 years ago
should be used when the user is creating an account
endpoint should expect a JSON body that contains the username and password (and potentially other relevant user metadata)
if successful, should respond with the user id generated for the new user