{"id":15785605,"url":"https://github.com/daniloab/movies-backend","last_synced_at":"2026-02-04T12:32:41.314Z","repository":{"id":40747455,"uuid":"188336716","full_name":"daniloab/movies-backend","owner":"daniloab","description":"Movies Backend GraphQL API - https://tmdb-api-backend.herokuapp.com/graphql","archived":false,"fork":false,"pushed_at":"2023-01-03T22:31:54.000Z","size":1287,"stargazers_count":0,"open_issues_count":9,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-11T20:39:47.451Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/daniloab.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-05-24T02:12:23.000Z","updated_at":"2021-05-25T12:30:41.000Z","dependencies_parsed_at":"2023-02-01T11:31:44.011Z","dependency_job_id":null,"html_url":"https://github.com/daniloab/movies-backend","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/daniloab/movies-backend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daniloab%2Fmovies-backend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daniloab%2Fmovies-backend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daniloab%2Fmovies-backend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daniloab%2Fmovies-backend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/daniloab","download_url":"https://codeload.github.com/daniloab/movies-backend/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daniloab%2Fmovies-backend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29084353,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-04T03:31:03.593Z","status":"ssl_error","status_checked_at":"2026-02-04T03:29:50.742Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-04T20:40:50.787Z","updated_at":"2026-02-04T12:32:41.297Z","avatar_url":"https://github.com/daniloab.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Movies TMDb API GraphQL\nGraphQL Api created to consume TMDb REST API. You can use this api with this link below passing on body the queries that you can see after getting started: \n\n[https://tmdb-api-backend.herokuapp.com/graphql](https://tmdb-api-backend.herokuapp.com/graphql) \n\n## Getting Started\n```\n# clone repo\n$ git clone https://github.com/daniloab/movies-backend.git\n$ cd movies-backend\n\n# install dependencies\n$ yarn install\n\n# build and start project \n$ yarn start\n\n# to see on graphi graphql interface on localhost link\n$ yarn dev and open the link below\nhttp://localhost:8080/graphql\n```\n\n## Queries\n- Movies Upcoming\n```\n{\n  moviesUpcoming(page:1){\n    title, \n\toverview,\n\trelease_date\n    poster_path\n    backdrop_path\n    genre_ids\n  }\n}\n```\n- Movie Details\n```\n{\n  movie(movie_id:123){\n    title\n    backdrop_path\n    poster_path\n    genres {\n      name\n    }\n  }\n}\n```\n- Movies Genres\n```\n{\n  genres{\n    id\n    name\n  }\n}\n```\n\n## Tools and Frameworks\n- GraphQL\n- Koa Framework\n- Babel Transpiler\n- GraphQL Relay\n- Dotenv","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaniloab%2Fmovies-backend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaniloab%2Fmovies-backend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaniloab%2Fmovies-backend/lists"}