Skip to content

valescaf/movie_trailer_python_udacity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movies Trailer Website

Webpage for Udacity Web Full-stack Nanodegree created by Valesca Fortunato

Install

Make sure you have Python v2.7 installed on your computer (if you don't, here's the link to download it). You must also install the Flkask Python Package to run this program. To do so, follow these steps:

  1. Run command promt (as admin)

  2. Navigate to the directory that holds your Python scripts. For example:

    cd C:\Python27\Scripts
    
  3. Type the following into command prompt:

    pip install flask
    

Then open the entertainment_center.py file in IDLE and click Run -> Run Module (or press F5)

To run the Flask API in our Windows environment, I recommended this guide.

Components

  • media.py: contains the Movie Class
  • entertainment_center.py: contains the script which initializes the movie array and opens the webpage
  • fresh_tomatoes.py: library file which contains code for generating a movie trailer page

API Resources

The API is version 1.0 and return a JSON with the movies title, storyline, poster and URL's trailer

GET /api/v1/

License

This project was created by Valesca Fortunato.

Licensing terms for this project can be found in the license file included in this repo.

About

Webpage for Udacity Nanodegree

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages