Skills

PROJECT DETAILS


Movie IMDB API


It is a project connected to the open-source API database IMDb, which gives a movie tracker and movie finder where you can find movies, series, seasons, and episodes. This application was developed in Python with Django Framework used a Postgres Database. This application allows searching for movies and retrieving detailed information such as cast, ratings, and a review of these movies. The processing and manipulations of data were made with Rest Framework and Python functions to work with JSON format.

Framework: Django

Movie IMDB API

Technology Stack: Django / Python / Rest_Framework / JavaScript / JQuery / Celery / Postgres / Bootstrap

About Team

Company / Institution: Freelance

Developers Team: Marco Antonio Parra .F



Skills

Project Images


Skills

EndPoint & Routes


Available EndPoints

EndPoint Description URL
movies/home/ This endpoint gives a brief description of the project & supplies a link to the documentation reference of the IMDB page.
movies/favorite-rest/ Using a serializer process with Rest-Framework display in JSON format he favorite movies.
movies/search-results/ This endpoint allows you to make a request to IMDB API, through of search term that is included and it will be sent as how parameter in the headers of the request.
movies/favorite/