{"id":19201086,"url":"https://github.com/dabit3/bay-area-react-aws-appsync","last_synced_at":"2026-05-10T03:39:50.535Z","repository":{"id":73190421,"uuid":"145056452","full_name":"dabit3/bay-area-react-aws-appsync","owner":"dabit3","description":"Repo for the React Native Bay Area Meetup - Introduction to building React apps with GrapQL \u0026 AWS AppSync","archived":false,"fork":false,"pushed_at":"2018-08-17T11:07:09.000Z","size":80,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-15T01:09:42.002Z","etag":null,"topics":["apollo","aws-appsync","graphql","react","react-apollo"],"latest_commit_sha":null,"homepage":null,"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/dabit3.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-08-17T01:26:31.000Z","updated_at":"2018-08-21T14:46:53.000Z","dependencies_parsed_at":"2023-05-23T01:00:21.795Z","dependency_job_id":null,"html_url":"https://github.com/dabit3/bay-area-react-aws-appsync","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/dabit3%2Fbay-area-react-aws-appsync","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dabit3%2Fbay-area-react-aws-appsync/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dabit3%2Fbay-area-react-aws-appsync/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dabit3%2Fbay-area-react-aws-appsync/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dabit3","download_url":"https://codeload.github.com/dabit3/bay-area-react-aws-appsync/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240273376,"owners_count":19775247,"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":["apollo","aws-appsync","graphql","react","react-apollo"],"created_at":"2024-11-09T12:36:28.970Z","updated_at":"2025-11-17T15:25:27.885Z","avatar_url":"https://github.com/dabit3.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Building GraphQL Apps with AWS AppSync \u0026 React\n\nTo get started, first go to the [AWS AppSync Console](https://console.aws.amazon.com/appsync/home?) \u0026 create a new API with a custom schema. For the custom schema, use the following:\n\n```graphql\ntype Pet {\n  id: ID!\n  name: String!\n  description: String\n}\n```\n\nOnce the schema has been created, click the __Create Resources__ button to create the necessary resources.\n\nNext, click on the API name in the left menu, scroll down, click __Web (React)__ \u0026 download the AppSync.js config file. Save this file in the src folder of your project.\n\nNext, download the React project:\n\n```sh\ngit clone https://github.com/dabit3/bay-area-react-aws-appsync.git\n```\n\nNow, change into the new directory:\n\n```sh\ncd bay-area-react-aws-appsync\n```\n\nFinally, run the app:\n\n```sh\nnpm start\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdabit3%2Fbay-area-react-aws-appsync","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdabit3%2Fbay-area-react-aws-appsync","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdabit3%2Fbay-area-react-aws-appsync/lists"}