katyanna / movie-trailer-website

latest released movies aggregator

Home Page:https://movie-trailer-website.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Movie trailer website

The final project for the first course of Udacity's Full Stack Development Nanodegree. https://movie-trailer-website.herokuapp.com/

Running it

To locally run the app, first you'll need:

$ pip install virtualenv
$ virtualenv environment_name
$ source ./environment_name/bin/activate
$ pip install flask

Finally, you can run it with:

$ export FLASK_APP=app.py
$ export TMDB_KEY=your_api_key
$ flask run

About

latest released movies aggregator

https://movie-trailer-website.herokuapp.com/


Languages

Language:HTML 76.0%Language:Python 24.0%