Skip to content

A movie finder built with Django, the OMDb API and love.

License

Notifications You must be signed in to change notification settings

rishabhnambiar/movieclue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

movieclue[old]

Screenshot

(Not functional because the OMDB API has changed to a paid model)

A Movie finder app powered by the Open Movie Database API and Django.

  • looks for Movies or TV shows
  • Accepts multiple movies/shows in one search when keywords are separated by a '+' sign
  • displays Movie title, genre, plot, release date, IMDb Ratings, Poster and Runtime

Installation

Clone the repository and cd into movieclue:

git clone https://github.com/rish4bhn/movieclue.git && cd movieclue

Install dependencies:

pip install -r requirements.txt

Start the application:

python3 manage.py runserver

Tech

movieclue uses a number of open source projects to work properly:

  • OMDb API - A free web service to obtain movie information.

  • Django - The web framework for perfectionists with deadlines.

About

A movie finder built with Django, the OMDb API and love.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published