wesatt / viewing_party_lite

Project showcasing authorization, authentication, and API calls
1 stars 0 forks source link

User Registration Page #8

Closed wesatt closed 2 years ago

wesatt commented 2 years ago

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

The form should include:

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.