{"id":18455933,"url":"https://github.com/howtographql/ember-apollo","last_synced_at":"2026-03-01T11:03:57.019Z","repository":{"id":86635576,"uuid":"97856235","full_name":"howtographql/ember-apollo","owner":"howtographql","description":"Sample project for the Ember \u0026 Apollo tutorial on How To GraphQL","archived":false,"fork":false,"pushed_at":"2017-08-22T14:20:24.000Z","size":119,"stargazers_count":5,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-08T04:34:16.587Z","etag":null,"topics":["apollo","ember","emberjs","graphql"],"latest_commit_sha":null,"homepage":"http://howtographql.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/howtographql.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-07-20T16:23:53.000Z","updated_at":"2019-11-09T22:30:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"4617dd8a-f208-4c55-a1f6-346117df1109","html_url":"https://github.com/howtographql/ember-apollo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/howtographql/ember-apollo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/howtographql%2Fember-apollo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/howtographql%2Fember-apollo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/howtographql%2Fember-apollo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/howtographql%2Fember-apollo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/howtographql","download_url":"https://codeload.github.com/howtographql/ember-apollo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/howtographql%2Fember-apollo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29967932,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T10:55:55.490Z","status":"ssl_error","status_checked_at":"2026-03-01T10:55:55.175Z","response_time":124,"last_error":"SSL_read: 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":["apollo","ember","emberjs","graphql"],"created_at":"2024-11-06T08:09:34.753Z","updated_at":"2026-03-01T11:03:57.013Z","avatar_url":"https://github.com/howtographql.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Ember \u0026 Apollo Tutorial\n\nThis is the sample project that belongs to the [Ember \u0026 Apollo Tutorial](https://www.howtographql.com/ember-apollo/0-introduction/) on How to GraphQL.\n\n## Running the app\n### 0. Verify dependencies\n\nThis project relies on two dependencies: [Node](https://nodejs.org) and [`ember-cli`](https://ember-cli.com).\n\nVerify these dependencies are installed and configured.\n\n### 1. Clone repository\n\n```sh\ngit clone https://github.com/howtographql/ember-apollo/\ncd ember-apollo\n```\n\n### 2. Create GraphQL API with [`graphcool`](https://www.npmjs.com/package/graphcool)\n\n```sh\n# Install Graphcool CLI\nyarn global add graphcool\n\n# Create a new project based on the Hackernews schema\ngraphcool init --schema https://graphqlbin.com/hn.graphql --name Hackernews \n```\n\nThis creates a GraphQL API for the following schema:\n\n```graphql\n                \ntype Link implements Node {\n  description: String!\n  postedBy: User @relation(name: \"UsersLinks\")\n  url: String!\n  votes: [Vote!] @relation(name: \"VotesOnLink\")\n}\n                          \ntype User implements Node {\n  links: [Link!] @relation(name: \"UsersLinks\")\n  name: String!\n  votes: [Vote!] @relation(name: \"UsersVotes\")\n}\n\ntype Vote {\n  link: Link @relation(name: \"VotesOnLink\")\n  user: User @relation(name: \"UsersVotes\")\n}\n```\n                                \n### 3. Connect the app with your GraphQL API\n                                \nCopy the simple API endpoint URL (which you find by executing `graphcool endpoints`) and replace `__SIMPLE_API_URL__` in `config/environment.js`.\n\n### 4. Enable email-password Authentication Provider\n\nOpen your project in the [Graphcool console](https://console.graph.cool) (you can use the `graphcool console` command in the terminal or simply navigate to it in the browser).\n\nThen click the following items:\n\n- Select **Integrations** in the left side-menu\n- Select **Email-Password Auth**\n- Select **Enable**\n\n![](http://imgur.com/UTY6IH5.png)\n\n\n### 5. Install dependencies \u0026 run locally\n\n```sh\nyarn install\nyarn start\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhowtographql%2Fember-apollo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhowtographql%2Fember-apollo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhowtographql%2Fember-apollo/lists"}