/udacity-fullStackWebDeveloper-movies-

Project part of the nanodegree Full Stack Web Developer on Udacity

Primary LanguagePython

Movie Trailer

This project will write server-side code to store a list of your favorite movies, including box art imagery and a movie trailer URL. You will then use your code to generate a static web page allowing visitors to browse their movies and watch the trailers.

Running

  1. Download the Zip File and UnZip in a Folder.
  2. You will have to have Python -2.7 installed on your machine.
  3. From the Command Line, run this commend from the Zip folder:
    python entertainment_center.py
  4. The browser should open up with the Western Movie webpage.

Alternative Method of Running

  1. Simply click the fresh_tomatoes.html page in the Zip Folder.