Project 1 for the Udacity Full Stack Development NanoDegree.
In this project I built a Movie Trailer Website where users can see my favorite movies and watch the trailers.
- [Download the project zip archive] (https://github.com/rahushen/movies_project/archive/master.zip)
- Clone the repo:
git clone https://github.com/rahushen/movies_project.git
The following files are included in the download :
movies_project/
├── README.md
├── entertainment_center.py
├── fresh_tomatoes.py
└── media.py
The code has been tested to work with Python 2.7.X . Verify you have the right version of python running the python -V
command.
To run the program:
cd /path/to/the/install
python entertainment_center.py
Rahul shenoy