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

https://github.com/amarlearning/moviecatalog

:movie_camera: MTWP is a movie catalog website.
https://github.com/amarlearning/moviecatalog

Last synced: 12 months ago
JSON representation

:movie_camera: MTWP is a movie catalog website.

Awesome Lists containing this project

README

          

# Movie Trailer Website :movie_camera:

Server-side code written in Python to store a list of my favorite movies, including box art imagery and a movie trailer URL. This data is then served to a web page using HTML and CSS allowing visitors to review these movies and watch the trailers.

MTWP is a movie catalog website. Here you will find all the latest and famous movie of all time with there official poster, trailer, storyline, starcast, rating.

As i was learning Python at Udacity so ofcourse this project is made with Python. But there are some other languages also that i have used : HTML5, CSS3, JavaScript, JQuery, Python.

If you find this movie trailer website a little ugly, then that is because of slow internet connection. The other reason would be because i concentrated more on responsiveness then on design :stuck_out_tongue_winking_eye:

#Instructions

If You want to run this project, Follow these steps :

1.) Clone the repository by using this link :

```
https://github.com/amarlearning/MovieCatalog.git
```

2.) Go to your ```Git``` directory, open terminal window there and the type these comands :

```
cd MovieCatalog
python index.py
```

Note : There are three Python files present in this project, but you only have to run the ```index.py``` file.

#Screenshots

![PyMovieCatalog](https://raw.githubusercontent.com/amarlearning/MovieCatalog/master/screenshots/1.jpg)
***
***
![PyMovieCatalog](https://raw.githubusercontent.com/amarlearning/MovieCatalog/master/screenshots/3.jpg)
***
***
![PyMovieCatalog](https://raw.githubusercontent.com/amarlearning/MovieCatalog/master/screenshots/4.jpg)
***
***
![PyMovieCatalog](https://raw.githubusercontent.com/amarlearning/MovieCatalog/master/screenshots/2.jpg)
***
***