Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sign Up a User (Feature 0) #1

Open
4 tasks
bssammel opened this issue Sep 19, 2023 · 0 comments
Open
4 tasks

Sign Up a User (Feature 0) #1

bssammel opened this issue Sep 19, 2023 · 0 comments

Comments

@bssammel
Copy link
Owner

Creates a new user, logs them in as the current user, and returns the current
user's information.

  • New user exists in the database after request
  • Successful response includes newly created id, firstName, lastName, email, and token
  • Error response with status 403 is given when the specified email already exists
  • Error response with status 400 is given when body validations for the email, firstName, or lastName are violated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant