{"id":20472692,"url":"https://github.com/maxpou/nest-react-graphql","last_synced_at":"2026-02-16T15:03:54.384Z","repository":{"id":37101578,"uuid":"427928711","full_name":"maxpou/nest-react-graphql","owner":"maxpou","description":"A React\u0026NestJS application that integrates with GraphQL.","archived":false,"fork":false,"pushed_at":"2022-07-04T17:18:52.000Z","size":1161,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-05T10:34:02.856Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/maxpou.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}},"created_at":"2021-11-14T12:57:22.000Z","updated_at":"2023-03-09T03:31:58.000Z","dependencies_parsed_at":"2022-06-24T08:35:05.190Z","dependency_job_id":null,"html_url":"https://github.com/maxpou/nest-react-graphql","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/maxpou/nest-react-graphql","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxpou%2Fnest-react-graphql","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxpou%2Fnest-react-graphql/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxpou%2Fnest-react-graphql/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxpou%2Fnest-react-graphql/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maxpou","download_url":"https://codeload.github.com/maxpou/nest-react-graphql/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxpou%2Fnest-react-graphql/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29510525,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T09:05:14.864Z","status":"ssl_error","status_checked_at":"2026-02-16T08:55:59.364Z","response_time":115,"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":[],"created_at":"2024-11-15T14:21:19.854Z","updated_at":"2026-02-16T15:03:54.367Z","avatar_url":"https://github.com/maxpou.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nest-react-graphql\n\n\u003cp align=\"center\"\u003e\n  \u003cimg width=\"500\" src=\"https://github.com/maxpou/nest-react-graphql/blob/main/docs/schema.png\" alt=\"Application schema\"\u003e\n\u003c/p\u003e\n\nA React\u0026NestJS application that integrates with [GraphQL](https://graphql.org/).\n\n## 🛠 Tools\n\n- [NestJS](https://nestjs.com/) BE Framework\n- [React](https://reactjs.org/) FE Framework\n- [GraphQL](https://graphql.org/) for BE+FE\n- [Apollo](https://www.apollographql.com/) for BE+FE\n- [TypeScript](https://www.typescriptlang.org/docs/) for BE+FE\n- [GraphQL Code Generator](https://www.graphql-code-generator.com/) for FE to generate GraphQL models\n- [Turborepo](https://turborepo.org) for the monorepo management\n\n_Note:_\n\n- this monorepo is a sandbox for experimenting Turborepo. [Here's my blog post about it](https://www.maxpou.fr/turborepo).\n- this project uses Nestjs's [\"code first\" approach](https://docs.nestjs.com/graphql/quick-start#code-first) to generate GraphQL models.\n\n## Commands\n\n```bash\n# install\nnpm install\n\n# start app (requires npm8+)\nnpm start\n\n# generate schema\nnpm run generate --workspace=frontend\n```\n\n## GraphQL\n\nQuery sample:\n\n```graphql\nquery Orders {\n  companies {\n    id\n    name\n    orders {\n      title\n      quantity\n      material {\n        name\n      }\n    }\n  }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxpou%2Fnest-react-graphql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxpou%2Fnest-react-graphql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxpou%2Fnest-react-graphql/lists"}