Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rishabhnambiar/movieclue

A movie finder built with Django, the OMDb API and love.
https://github.com/rishabhnambiar/movieclue

django moviefinder omdb-api python3

Last synced: 6 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# movieclue[old]

![Screenshot](screenshot.png)

(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:
```console
git clone https://github.com/rish4bhn/movieclue.git && cd movieclue
```

Install dependencies:
```console
pip install -r requirements.txt
```

Start the application:
```console
python3 manage.py runserver
```

### Tech

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

* [OMDb API](https://www.omdbapi.com/) - A free web service to obtain movie information.

* [Django] - The web framework for perfectionists with deadlines.

[//]: #

[Django]: