8000 GitHub - doohinkus/moni-movie-app: Moni's movie app: Python, Flask, Jquery, Bootstrap 4
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

doohinkus/moni-movie-app

Repository files navigation

Moni's Movie App

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

Requirements:

  • Python 2.7.10
  • Pip
  • Docker
  • AWS
  • The Movie DB API key

Directions

  • 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

About

Moni's movie app: Python, Flask, Jquery, Bootstrap 4

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0