A movie search app that I wrote for my wife. Her library has license agreements with a handful of studios. She needed a way to browse and search for movies that were produced by the studios covered in the library's contract.
I build this app with Flask, JQuery, and Bootstrap 4. I deployed on AWS Elastic Beanstalk using Docker.
The app does require an API key from The Movie DB
- Python 2.7.10
- Pip
- Docker
- AWS
- The Movie DB API key
- Clone & cd into repo
- Create a file named "key.py"
key="insert-your-api-key"
- Install pip dependencies:
pip install -r requirements.txt
- Run:
python application.py
- Open browser to http://localhost:80