Jade-Marte / final-project

2 stars 2 forks source link

Registration system #18

Open seanc opened 3 years ago

seanc commented 3 years ago

An endpoint on the backend that should include the following functionality:

  1. Get inputted user details (email, first name, last name, password, confirm_password)
  2. Validate inputted user details
  3. Hash user password
  4. Create user and save their hashed password
  5. Send a success messagwe