{"id":16979931,"url":"https://github.com/gsans/iwd2017-first-graphql-app","last_synced_at":"2026-05-06T21:36:16.296Z","repository":{"id":78168827,"uuid":"84257794","full_name":"gsans/iwd2017-first-graphql-app","owner":"gsans","description":"📷 Create an Instagram clone using Angular \u0026 Apollo","archived":false,"fork":false,"pushed_at":"2017-03-08T00:13:03.000Z","size":55,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-26T17:32:21.700Z","etag":null,"topics":["angular","apollo-client","graphql"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/gsans.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-03-07T23:48:27.000Z","updated_at":"2017-03-08T17:22:37.000Z","dependencies_parsed_at":"2023-03-29T00:04:33.414Z","dependency_job_id":null,"html_url":"https://github.com/gsans/iwd2017-first-graphql-app","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gsans%2Fiwd2017-first-graphql-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gsans%2Fiwd2017-first-graphql-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gsans%2Fiwd2017-first-graphql-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gsans%2Fiwd2017-first-graphql-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gsans","download_url":"https://codeload.github.com/gsans/iwd2017-first-graphql-app/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244880658,"owners_count":20525515,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["angular","apollo-client","graphql"],"created_at":"2024-10-14T01:47:42.562Z","updated_at":"2026-05-06T21:36:11.275Z","avatar_url":"https://github.com/gsans.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# iwd2017-first-graphql-app\n\nIn this hands-on workshop we are going to learn about GraphQL and how to build a basic application using the latest version of Angular, the Apollo Client and graphcool, a GraphQL backend as a service.\n\n## Getting Started\n\n### 1. Create an account\n\nTo run this example, please create a [graph.cool](http://graph.cool) account and **copy your endpoint**. This shouldn't take longer than a minute. We promise!\n\n![](http://i.imgur.com/ytXDR4B.gif)\n\nThis is how our GraphQL data model looks like:\n\n```graphql\ntype Post {\n  description: String!\n  imageUrl: String!\n}\n```\n\n### 2. Configure app data endpoint\n\nOpen `src/app/client.ts` and paste your endpoint to the following line:\n\n```js\nconst networkInterface = createNetworkInterface('https://api.graph.cool/simple/v1/__PROJECT_ID__')\n```\n\n\n### 3. Run the example\n\nYou're done configuring the example application. Please run the following command and open [localhost:3000](http://localhost:3000) in your browser. Have fun exploring! 🎉\n\n```sh\nnpm install\nnpm start\n```\n\n\n## Instructions\n\nThe goal is to build a basic instagram clone. We start out pretty simple and extend it step by step. By the end of the workshop we will do a showcase. Show us how you implemented your instagram clone and especially the aha-moments while building it.\n\n### Steps\n\n- Fetch the list of posts (description and imageUrl)\n- Add a new post feature (description and imageUrl)\n- Add delete post feature\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgsans%2Fiwd2017-first-graphql-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgsans%2Fiwd2017-first-graphql-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgsans%2Fiwd2017-first-graphql-app/lists"}