{"id":20756098,"url":"https://github.com/ref-bit/graph-press","last_synced_at":"2026-04-14T03:31:36.304Z","repository":{"id":116890483,"uuid":"271845754","full_name":"Ref-Bit/Graph-Press","owner":"Ref-Bit","description":"A simple web app to integrate Wordpress as Headless CMS with GraphQL and Reactjs.","archived":false,"fork":false,"pushed_at":"2025-11-27T16:42:44.000Z","size":1535,"stargazers_count":0,"open_issues_count":7,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-27T12:22:32.016Z","etag":null,"topics":["apollo","graphql","headless-cms","headless-wordpress","react","reactjs","tailwind","tailwindcss","wordpress"],"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/Ref-Bit.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-06-12T16:41:42.000Z","updated_at":"2020-06-12T17:03:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"615a8aa7-af92-4bee-ace6-63ed270ed72f","html_url":"https://github.com/Ref-Bit/Graph-Press","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Ref-Bit/Graph-Press","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ref-Bit%2FGraph-Press","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ref-Bit%2FGraph-Press/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ref-Bit%2FGraph-Press/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ref-Bit%2FGraph-Press/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ref-Bit","download_url":"https://codeload.github.com/Ref-Bit/Graph-Press/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ref-Bit%2FGraph-Press/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31781292,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T02:24:21.117Z","status":"ssl_error","status_checked_at":"2026-04-14T02:24:20.627Z","response_time":153,"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","graphql","headless-cms","headless-wordpress","react","reactjs","tailwind","tailwindcss","wordpress"],"created_at":"2024-11-17T09:29:09.931Z","updated_at":"2026-04-14T03:31:36.287Z","avatar_url":"https://github.com/Ref-Bit.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Graph Press \nA simple web app to integrate Wordpress as Headless CMS with GraphQL and Reactjs.\n\n***\n\n#### Built With\n\n- [Wordpress](https://wordpress.org) - Wordpress as Headless CMS.\n- [React.js](https://reactjs.org) - A JavaScript library for building user interfaces.\n- [GraphQL](https://graphql.org/) - A query language for your API.\n- [Tailwind CSS](https://tailwindcss.com) - A utility-first CSS framework for rapidly building custom designs.\n\n\n#### Getting Started\n\n- Install a new Wordpress on your local machine (please refer to readme.html in root directory for thorough Wordpress installation).\n- Add this snippet in `/wp-content/themes/APPLIED_THEME_NAME/functions.php` to make a new custom post type supports graphql query \n```\n  add_action('init', function() {\n\t\t  register_post_type('toaster', [\n\t\t\t'public' \t\t\t\t\t\t\t=\u003e true,\n\t\t\t'label' \t\t\t\t\t\t\t=\u003e 'Toasters',\n\t\t\t'show_in_graphql' \t\t=\u003e true,\n\t\t\t'graphql_single_name' =\u003e 'Toasters',\n\t\t\t'graphql_plural_name' =\u003e 'Toasters'\n\t\t]);\n  });\n```\n- Add the following plugins to `/wp-content/plugins`\n  - https://github.com/wp-graphql/wp-graphql\n  - https://github.com/wp-graphql/wp-graphiql\n  - https://wordpress.org/plugins/advanced-custom-fields\n  - https://github.com/wp-graphql/wp-graphql-acf\n- Navigate to Wordpess Dashboard, add new field group `toasterMeta`, then:\n  - Connect it to `Toasters` post type.\n  - Toggle `Show in GraphQL` to `Yes` value.\n  - Assign `GraphQL Field Name` to `toasterMeta`.\n  - Add Fields, `Price` and `Weight` of field type `Number`.\n- Navigate to Wordpess Dashboard and make new Toasters (preferably 3).\n- Run `cd frontend` to enter frontend folder.\n- Run `npm install \u0026\u0026 npm run start` to run the client-side.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fref-bit%2Fgraph-press","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fref-bit%2Fgraph-press","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fref-bit%2Fgraph-press/lists"}