westonio / viewing_party

Viewing Party is a pair-programmed entertainment project that enables users to explore movie options and create events to watch a movie with other users, leveraging the IMDb API to populate data for movies, actors, and reviews.
0 stars 1 forks source link

User Registration Page #4

Closed westonio closed 1 year ago

westonio commented 1 year 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.

westonio commented 1 year ago

💃