{"id":26786154,"url":"https://github.com/derekahn/rgr","last_synced_at":"2026-04-10T11:02:38.916Z","repository":{"id":77593177,"uuid":"90432676","full_name":"derekahn/rgr","owner":"derekahn","description":"React, GraphQL,  \u0026 Relay","archived":false,"fork":false,"pushed_at":"2017-05-07T05:11:59.000Z","size":738,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-29T11:35:58.983Z","etag":null,"topics":["axios","events","expressjs","flux","graphql","mongodb","react","relay"],"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/derekahn.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":"2017-05-06T02:46:30.000Z","updated_at":"2017-05-07T01:47:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"8b0ad67f-6728-4553-820e-d69dea5a6d7b","html_url":"https://github.com/derekahn/rgr","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/derekahn/rgr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/derekahn%2Frgr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/derekahn%2Frgr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/derekahn%2Frgr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/derekahn%2Frgr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/derekahn","download_url":"https://codeload.github.com/derekahn/rgr/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/derekahn%2Frgr/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31639524,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T07:40:12.752Z","status":"ssl_error","status_checked_at":"2026-04-10T07:40:11.664Z","response_time":98,"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":["axios","events","expressjs","flux","graphql","mongodb","react","relay"],"created_at":"2025-03-29T11:35:45.230Z","updated_at":"2026-04-10T11:02:38.912Z","avatar_url":"https://github.com/derekahn.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rgr\n\nExperimenting with React, GraphQL, flux, \u0026amp; Relay. With a bigger emphasis on GraphQL and Relay!\n\n### Setup\n```sh\n# Install dependencies\n$ yarn install\n\n# NO YARN? 😢🐼! Alternative\n$ npm i --no-progresss\n\n# Start mongoDB\n$ mongod\n\n# Setup mongoDB\n$ mongo\n  \u003e use links\n  switched to db links\n  \u003e db.links.insert([{\n     \"title\": \"React.js Main Website\",\n     \"url\": \"https://facebook.github.io/react/\"\n   }, {\n     \"title\": \"Relay.js Main Website\",\n     \"url\": \"https://facebook.github.io/relay/\"\n   }, {\n     \"title\": \"GraphQL Main Website\",\n     \"url\": \"https://facebook.github.io/graphql/\"\n   }, {\n     \"title\": \"GraphQL Org\",\n     \"url\": \"http://graphql.org\"\n   }])\n  WriteResult({ \"nInserted\": 4 })\n```\n\n### Run\n```sh\n# Runs babel-node on server/index.js\n$ npm start\n\n# Runs webpack watch in dev mode\n$ npm run webpack\n```\n### GraphQL Goodness 😮\n[graphiQL](http://localhost:3000/graphql)\n\n### Architecture\n```sh\n├── README.md\n├── client                * Front-end Application\n│   ├── components        * React Views\n│   │   └── Main.jsx\n│   ├── index.jsx\n│   └── store             * Flux things\n│       ├── actions.js\n│       ├── constants.js\n│       ├── disptacher.js\n│       └── index.js\n├── package.json\n├── public                * Webpack Bundle Output\n│   ├── bundle.js\n│   └── index.html\n├── server                * API server\n│   ├── db.js\n│   ├── graphql.js\n│   └── index.js\n├── webpack.config.js\n└── yarn.lock\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fderekahn%2Frgr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fderekahn%2Frgr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fderekahn%2Frgr/lists"}