Webpage for Udacity Web Full-stack Nanodegree created by Valesca Fortunato
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:
-
Run command promt (as admin)
-
Navigate to the directory that holds your Python scripts. For example:
cd C:\Python27\Scripts
-
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.
- 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
The API is version 1.0 and return a JSON with the movies title, storyline, poster and URL's trailer
GET /api/v1/
This project was created by Valesca Fortunato.
Licensing terms for this project can be found in the license file included in this repo.