{"id":14976206,"url":"https://github.com/react-native-training/apollo-graphql-mongodb-react-native","last_synced_at":"2025-10-27T18:30:45.026Z","repository":{"id":73191544,"uuid":"71405163","full_name":"react-native-training/apollo-graphql-mongodb-react-native","owner":"react-native-training","description":"Apollo Server Example using MongoDB + Mongoose + Express, Apollo Client using React Native","archived":false,"fork":false,"pushed_at":"2017-03-17T15:43:38.000Z","size":8025,"stargazers_count":98,"open_issues_count":1,"forks_count":22,"subscribers_count":1,"default_branch":"medium","last_synced_at":"2025-10-09T09:59:01.845Z","etag":null,"topics":["apollo-client","apollo-server","graphql-server"],"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/react-native-training.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":"2016-10-19T22:39:30.000Z","updated_at":"2024-05-12T22:27:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"20e2a115-ca13-4175-8583-1b3ddcfb86b7","html_url":"https://github.com/react-native-training/apollo-graphql-mongodb-react-native","commit_stats":{"total_commits":20,"total_committers":1,"mean_commits":20.0,"dds":0.0,"last_synced_commit":"db739213099d3dbf63f30015e41930dffe17cf46"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/react-native-training/apollo-graphql-mongodb-react-native","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/react-native-training%2Fapollo-graphql-mongodb-react-native","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/react-native-training%2Fapollo-graphql-mongodb-react-native/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/react-native-training%2Fapollo-graphql-mongodb-react-native/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/react-native-training%2Fapollo-graphql-mongodb-react-native/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/react-native-training","download_url":"https://codeload.github.com/react-native-training/apollo-graphql-mongodb-react-native/tar.gz/refs/heads/medium","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/react-native-training%2Fapollo-graphql-mongodb-react-native/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281319795,"owners_count":26481064,"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","status":"online","status_checked_at":"2025-10-27T02:00:05.855Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-client","apollo-server","graphql-server"],"created_at":"2024-09-24T13:53:30.371Z","updated_at":"2025-10-27T18:30:44.714Z","avatar_url":"https://github.com/react-native-training.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"This repo goes along with the Medium post [React Native with Apollo Server and Client](https://medium.com/@dabit3/react-native-with-apollo-server-and-client-part-1-efb7d15d2361#.8qbyeisdd).\n\nThere are two parts to this application: the [client](https://github.com/dabit3/apollo-graphql-mongodb-react-native#apollo-client-example) (React Native Application) and the [server](https://github.com/dabit3/apollo-graphql-mongodb-react-native#apollo-server-example) (GraphQL server)\n\n# Apollo Server\n\n#### Using Apollo + GraphQL + MongoDB + Express\n\nTo get setup:\n\nclone repository\n\n`git clone git@github.com:dabit3/apollo-graphql-mongodb.git`\n\ncd into repository\n\n`cd apollo-graphql-mongodb/apolloserver`\n\ninstall dependencies\n\n`yarn`\n\nStart MongoDB Server\n\n`mongod`\n\nStart project server\n\n`node app.js`\n\nOpen GraphQL Explorer on http://localhost:8080/graphiql\n\nTry submitting a query:\n```\nquery {\n  president(name: \"George Washington\") {\n    name\n    term\n    party\n  }\n}\n\n```\n\n\n# Apollo Client\n\nTo get setup\n\nclone repository (if not already done in step 1):\n\n`git clone git@github.com:dabit3/apollo-graphql-mongodb.git`\n\ncd into repository\n\n`cd apollo-graphql-mongodb/apolloclient`\n\ninstall dependencies\n\n`yarn`\n\nrun project\n\n`react-native run-ios` or `react-native run-android`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freact-native-training%2Fapollo-graphql-mongodb-react-native","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freact-native-training%2Fapollo-graphql-mongodb-react-native","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freact-native-training%2Fapollo-graphql-mongodb-react-native/lists"}