Giter Site home page Giter Site logo

moviesapi's Introduction

MoviesAPI

Recruitment task for Decathlon

Local installation

  • clone repository
  • move to project direction
  • run docker-compose up --build(it will apply migrations and run app)
  • go to http://localhost:8003/<endpoint> to use application

Heroku usage

  • go to

Endpoints

  • /movies - [POST] with {"title": movie_title} - retrieves data from http://www.omdbapi.com , creates movie object and returns movie data
  • /movies - [GET] - list of all movies Optional parameters:
    • filtering: /movies?<filter>=<data> where <filter> can be rated or type
    • sorting: /movies?ordering=year from oldest or /movies?ordering=-year from newest
  • /movies/<id> [PATCH] - with body with fields you want to change
  • /movies/<id> [DELETE] - if movie exists delete it
  • /comments [POST] with { "text": text, "movie": movie_id} - if movie exists create comment for it
  • /comments [GET] - list of comments Optional parameters:
    • filtering: /comments?movie=id
  • /top?start=date&end=date - [GET] - returns movies ordered by number of comments in specified time range

Testing

  • run docker-compose run api python manage.py test to start tests

moviesapi's People

Contributors

myciek avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.