Skip to content

Server-side code written in Python to store a list of movies, including box art imagery and a movie trailer URL. This data is then served onto a web page using HTML and CSS allowing visitors to review these movies and watch the trailers. This project was evaluated and met specifications as a part of the full stack web developer NanoDegree progra…

Notifications You must be signed in to change notification settings

sarithk/MoviesTrailerSite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movie Trailer Website

A webpage that allows visitors to browse stored movies and watch their trailers. Server-side python code is used to store a list of favorite movies, including box art imagery and a movie trailer URL. Version of Python used: 3.6.1

Contents

Project files : media.py, entertainment_center.py, fresh_tomatoes.py

Installation

Install Python
Download the ud036_StarterCode-master zip file and unzip the file.

Operating Instructions

To Start the Movie application:
1.Run IDLE. You will have a Python Shell window.
2.In the downloaded folder, open entertainment.py file.
3.Use a F5 to run the file
4.A html webpage named fresh_tomatoes.html is generated.
5.Open the fresh_tomatoes.html webpage with your browser.
6.A list of movies are displyed with their name and release year. E.g: ABC (2017)
7.Click on any movie and it’s trailer would be played.

Acknowledgments

fresh_tomatoes.py file provided by Udacity is used to generate the html webpage.

About

Server-side code written in Python to store a list of movies, including box art imagery and a movie trailer URL. This data is then served onto a web page using HTML and CSS allowing visitors to review these movies and watch the trailers. This project was evaluated and met specifications as a part of the full stack web developer NanoDegree progra…

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published