GithubHelp home page GithubHelp logo

my-cinema's People

Contributors

jrobic avatar

Watchers

 avatar

my-cinema's Issues

[MOVIES] I can search a movie

User Story

I can search a movie

Technical Specs

GET /3/search/movie?query=batman&include_adult=false&language=en-US&page=1 HTTP/1.1

The tmdb api return
https://developer.themoviedb.org/reference/movie-upcoming-list

{
  "adult": false,
  "backdrop_path": "/oqP1qEZccq5AD9TVTIaO6IGUj7o.jpg",
  "genre_ids": [
    14,
    28,
    12
  ],
  "id": 455476,
  "original_language": "en",
  "original_title": "Knights of the Zodiac",
  "overview": "When a headstrong street orphan, Seiya, in search of his abducted sister unwittingly taps into hidden powers, he discovers he might be the only person alive who can protect a reincarnated goddess, sent to watch over humanity. Can he let his past go and embrace his destiny to become a Knight of the Zodiac?",
  "popularity": 2233.242,
  "poster_path": "/tBiUXvCqz34GDeuY7jK14QQdtat.jpg",
  "release_date": "2023-04-27",
  "title": "Knights of the Zodiac",
  "video": false,
  "vote_average": 6.5,
  "vote_count": 423
}

Init movies service

The Movies Api is a microservice that will be responsible for managing the movies in the system. It will be responsible for creating, updating, deleting and retrieving movies.

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.