A project designed and developed for the Full-Stack Web Developer Nanodegree - a degree co-created by Google, Github, Amazon Web Services(AWS) and AT&T.
FreshTomatoes is a website to showcase a list of favourite movies. Visitors can review the movie based on the storyline and the trailers.
- Clone the source code:
git clone git@github.com:mickeyckm/freshtomatoes.git
- Run command
python start.py
to open the website.
- Sign up at The Movie DB.
- Sign up for an API and copy
<tmdb_api_key>
. - Type
export TMDB_API=<tmdb_api_key>
at the terminal. - Clone the source code:
git clone git@github.com:mickeyckm/freshtomatoes.git
- Run command
python start.py
to open the website.
Check out the demo here.
Code copyright 2016 Mickey Cheong and released under the MIT License.