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

https://github.com/ilyeshammadi/movie-trailer

a simple web application to show movies on a web page using Python and Material Design
https://github.com/ilyeshammadi/movie-trailer

Last synced: 4 months ago
JSON representation

a simple web application to show movies on a web page using Python and Material Design

Awesome Lists containing this project

README

        

Movie Trailer Web Site
=======

A sample application to show movies

**Installation Instructions**

Install python

`$ sudo apt-get install python`

`$ sudo apt-get install nodejs`

`$ npm install -g bower`

1. Clone or Download the project

2. `cd` into the project directory,

3. `cd static` go into the static files folder

4. `bower install` to install all the dependencies

5. `cd .. ` to go back to the root folder

6. `cd src/` go into the server files folder

7. `python main.py` to run the server

**Preview**

![image](img/movie_trailer.png)