amspears007 / viewing_party_lite_7

1 stars 1 forks source link

5. User Registration Page #9

Closed kdhubb closed 1 year ago

kdhubb commented 1 year ago

When a user visits the '/register' path they should see a form to register.

The form should include:

Name Email (must be unique) Register Button Once the user registers they should be taken to a dashboard page '/users/:id', where :id is the id for the user that was just created.