An open API service indexing awesome lists of open source software.

https://github.com/bos-hieu/movie-trailers-website

Movie Trailer Website allowing visitors to browse their movies and watch the trailers
https://github.com/bos-hieu/movie-trailers-website

Last synced: 3 months ago
JSON representation

Movie Trailer Website allowing visitors to browse their movies and watch the trailers

Awesome Lists containing this project

README

        

Movie-Trailer-Website
=====================
Movie Trailer Website allowing visitors to browse their movies and watch the trailers, of my favorite movies.

Run Project
-------------

###Install Python in window
1. Go to the [website](https://goo.gl/DT8nTs) to download the __Python 2.7.10__
2. Download the [Windows x86 MSI installer](https://www.python.org/ftp/python/2.7.10/python-2.7.10.msi). If your machine runs a 64-bit version of windows, download the [Windows x86-64 MSI installer](https://www.python.org/ftp/python/2.7.10/python-2.7.10.amd64.msi).
3. Once the download is finished, locate the file and run it. Detail about how to install the python in this [video](https://youtu.be/osX9VD2Nmi0).

###Download project and run it
You download zip file of the project and extracting it. Run project in commandline. Type step-by-step following the commands.
Locating the project file (link can different in your machine):
```
> cd C:\Movie-Trailers-Website-master
```
Run project:
```
> python entertainment_center.py
```
And this is [result](https://github.com/caubemuahe/Movie-Trailers-Website/blob/master/image.png).

Detail about Project
----------------------
* In this project, I wrote server-side code by __python 2.7.10__ to store a list of your favorite movies, including poster image and a movie trailer URL.
* I created a class with name [Movie](https://goo.gl/8kHpTs) , which provides a way to store movie related infomation and show trailer.
* List of my favorite movies is saved in [entertainment_center.py](https://goo.gl/Lvh87q) file.

Supported
-----------
This project is supported by course [Programming Foundations with Python](https://goo.gl/scwE36) and [Full Stack Web Developer Nanodegree](https://goo.gl/1Uuh8A).