Simple Movie DB, Python & Flask, API Web App !

Simple Movie DB

Just a small movie searching python-flask application using OMDB API.

The entire code is simple (120 lines) and easy to understand. For using the application as it is, register in OMDB API.
After recieving the key, just place api key in apps.py script file on the line shown in below.

10 #API Key of OMDB
11 API_KEY = '' 
  • You can find the application details in my github repo.
<