Instructions

  1. Connect to your mongoose database of movies that we used earlier this week (it's called video).

  2. Make an index.hrb page with all the movies that shows their title, director, year, rating.

  3. Make a route that looks like this ('/movies/director/:director') that will display a list of all the movies that were directed by whichever director is typed into the url.

  4. Make a route that looks like this ('/movies/year/:year') that displays a list of all movies that were made in the year that is typed into the url