{"id":18364511,"url":"https://github.com/ffcabbar/react-apollo-client-and-server-todoapp","last_synced_at":"2026-04-06T08:01:38.152Z","repository":{"id":41697818,"uuid":"245001523","full_name":"ffcabbar/react-apollo-client-and-server-todoapp","owner":"ffcabbar","description":"A todo app built using GraphQL, Node, Express, Apollo Client-Server and React. Queries, mutations and subscriptions.","archived":false,"fork":false,"pushed_at":"2023-03-02T20:15:00.000Z","size":8598,"stargazers_count":1,"open_issues_count":15,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-10T13:36:15.826Z","etag":null,"topics":["apollo-client","apollo-server","express","fullstack-javascript","graphql","mutation","nodejs","query","react","subcribe","todoapp"],"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/ffcabbar.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":"2020-03-04T20:52:20.000Z","updated_at":"2021-10-26T07:10:13.000Z","dependencies_parsed_at":"2024-11-05T23:21:01.919Z","dependency_job_id":null,"html_url":"https://github.com/ffcabbar/react-apollo-client-and-server-todoapp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ffcabbar/react-apollo-client-and-server-todoapp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ffcabbar%2Freact-apollo-client-and-server-todoapp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ffcabbar%2Freact-apollo-client-and-server-todoapp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ffcabbar%2Freact-apollo-client-and-server-todoapp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ffcabbar%2Freact-apollo-client-and-server-todoapp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ffcabbar","download_url":"https://codeload.github.com/ffcabbar/react-apollo-client-and-server-todoapp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ffcabbar%2Freact-apollo-client-and-server-todoapp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31464102,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T21:22:52.476Z","status":"online","status_checked_at":"2026-04-06T02:00:07.287Z","response_time":112,"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","express","fullstack-javascript","graphql","mutation","nodejs","query","react","subcribe","todoapp"],"created_at":"2024-11-05T23:10:42.786Z","updated_at":"2026-04-06T08:01:38.135Z","avatar_url":"https://github.com/ffcabbar.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TodoAppWithApolloClient\nClient: React.js with ApolloClient  \u0026amp;\u0026amp;  Server: ApolloServer :metal: :)\n\n## Get started\n\n**Clone the repository:**\n\n```sh\ngit clone https://github.com/ffcabbar/react-apollo-client-and-server-todoapp.git\n```\n\n**Install dependencies and run the app:**\n\n```sh\ncd server\nyarn install # or npm install\nyarn start   # or npm start\n🌠\ncd client\nyarn install # or npm install\nyarn start   # or npm start\n```\n\n## Testing\n\nOpen your browser at [http://localhost:5555](http://localhost:5555) and start sending queries.\n\n**Query:**\n\n```graphql\nquery {\n  todos {\n    text\n    id\n    completed\n  }\n}\n```\n\nThe server returns the following response:\n\n```json\n{\n  \"data\": {\n    \"todos\": [\n      {\n        \"text\": \"Hello from GraphQL\",\n        \"id\": \"1583752618984\",\n        \"completed\": true\n      },\n      {\n        \"text\": \"react\",\n        \"id\": \"1583752700115\",\n        \"completed\": true\n      },\n      {\n        \"text\": \"graphql\",\n        \"id\": \"1583752704968\",\n        \"completed\": false\n      }\n    ]\n  }\n}\n```\n\n## Playground\n\n![play](https://user-images.githubusercontent.com/34713212/76208621-1ab11380-6211-11ea-9d75-6744b678e59a.png)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fffcabbar%2Freact-apollo-client-and-server-todoapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fffcabbar%2Freact-apollo-client-and-server-todoapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fffcabbar%2Freact-apollo-client-and-server-todoapp/lists"}