Source code for a movie trailer website server backend that generates a page to show a selection of movies, with their posters and trailers.
Clone the GitHub repository in a directory of your choosing to install this project.
git clone https://github.com/ajais/Udacity-Project-1.git
Running this program requires Python to be installed on the target system.
In the terminal go to the folder where the project is located and type the following command:
python entertainment_center.py
The entertainment_center.py script can also be run from python IDLE.
A window will pop-up in the default web-browser.
Click on a movie poster to see the movie's trailer.
https://github.com/adarsh0806/ud036_StarterCode Udacity Full Stack Web Developper NanoDegree project 1