By Vinicius Conceição
The Movie Trailer Website project consists of server-side code to store a list of movies titles, along with its respective box art imagery and movie trailer website. The data should be served as a web page allowing visitors to review the movies and watch the trailers.
- Python 2.X
Links to Download
- Windows - https://www.python.org/downloads/windows/
- Linux - https://www.python.org/downloads/mac-osx/
- Others - https://www.python.org/download/other/
-
Getting the project
- Download the project zip file to your computer
OR - Clone this repository to your computer
- Download the project zip file to your computer
-
Open the terminal user interface for your operating system.
-
Navigate to the project directory and type in the following command:
python entertainment_center.py
-
The default browser of your computer should launch a new tab displaying the "Movie Trailer Website".
This document is based on a template suggested by PhilipCoach in this Udacity forum post.