ttakahashi1591 / viewing_party_lite

0 stars 1 forks source link

User Registration Page (core) #8

Closed ttakahashi1591 closed 9 months ago

ttakahashi1591 commented 9 months 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.