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.
As a user,
When I go to a user dashbaord,
and click "Discover Movies" button,
I am redirected to a discover page '/users/:id/discover', where :id is the user id of the user who's dashboard I was just on.
As a user, When I go to a user dashbaord, and click "Discover Movies" button, I am redirected to a discover page '/users/:id/discover', where :id is the user id of the user who's dashboard I was just on.