{"id":28292201,"url":"https://github.com/boristb/react-relay-dashboard-api","last_synced_at":"2026-05-04T08:38:28.934Z","repository":{"id":213110906,"uuid":"204991818","full_name":"BorisTB/react-relay-dashboard-api","owner":"BorisTB","description":"Backend for react-relay-dashboard","archived":false,"fork":false,"pushed_at":"2019-08-30T11:41:25.000Z","size":101,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-13T18:47:09.100Z","etag":null,"topics":["backend","graphql","graphql-server","nodejs","prisma","typescript"],"latest_commit_sha":null,"homepage":"https://relay-dashboard.now.sh/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BorisTB.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":["https://paypal.me/borispp"]}},"created_at":"2019-08-28T17:56:35.000Z","updated_at":"2019-10-02T10:34:28.000Z","dependencies_parsed_at":"2023-12-18T14:44:39.928Z","dependency_job_id":null,"html_url":"https://github.com/BorisTB/react-relay-dashboard-api","commit_stats":null,"previous_names":["boristb/react-relay-dashboard-api"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BorisTB/react-relay-dashboard-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BorisTB%2Freact-relay-dashboard-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BorisTB%2Freact-relay-dashboard-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BorisTB%2Freact-relay-dashboard-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BorisTB%2Freact-relay-dashboard-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BorisTB","download_url":"https://codeload.github.com/BorisTB/react-relay-dashboard-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BorisTB%2Freact-relay-dashboard-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275649410,"owners_count":25503208,"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-09-17T02:00:09.119Z","response_time":84,"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":["backend","graphql","graphql-server","nodejs","prisma","typescript"],"created_at":"2025-05-22T04:12:48.796Z","updated_at":"2025-09-17T19:22:27.256Z","avatar_url":"https://github.com/BorisTB.png","language":"TypeScript","funding_links":["https://paypal.me/borispp"],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\u003cstrong\u003eBoilerplate for an Advanced GraphQL Server w/ TypeScript\u003c/strong\u003e\u003c/h1\u003e\n\n\u003cbr /\u003e\n\n\u003cdiv align=\"center\"\u003e\u003cimg src=\"https://imgur.com/1MfnLVl.png\" /\u003e\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\u003cstrong\u003e🚀 Bootstrap your GraphQL server within seconds\u003c/strong\u003e\u003c/div\u003e\n\u003cdiv align=\"center\"\u003eAdvanced starter kit for a flexible GraphQL server for TypeScript - based on best practices from the GraphQL community.\u003c/div\u003e\n\n## Features\n\n- **Scalable GraphQL server:** The server uses [`graphql-yoga`](https://github.com/prisma/graphql-yoga) which is based on Apollo Server \u0026 Express\n- **Static type generation**: TypeScript types for GraphQL queries \u0026 mutations are generated in a build step\n- **Authentication**: Signup and login workflows are ready to use for your users\n- **GraphQL database:** Includes GraphQL database binding to [Prisma](https://www.prismagraphql.com) (running on MySQL)\n- **Tooling**: Out-of-the-box support for [GraphQL Playground](https://github.com/prisma/graphql-playground) \u0026 [query performance tracing](https://github.com/apollographql/apollo-tracing)\n- **Extensible**: Simple and flexible [data model](./database/datamodel.graphql) – easy to adjust and extend\n- **No configuration overhead**: Preconfigured [`graphql-config`](https://github.com/prisma/graphql-config) setup\n- **Realtime updates**: Support for GraphQL subscriptions\n\nRead more about the idea behind GraphQL boilerplates [here](https://blog.graph.cool/graphql-boilerplates-graphql-create-how-to-setup-a-graphql-project-6428be2f3a5).\n\n## Requirements\n\nYou need to have the [GraphQL CLI](https://github.com/graphql-cli/graphql-cli) installed to bootstrap your GraphQL server using `graphql create`:\n\n```sh\nnpm install -g graphql-cli\n```\n\n## Getting started\n\n```sh\n# 1. Bootstrap GraphQL server in directory `my-app`, based on `typescript-advanced` boilerplate\ngraphql create my-app --boilerplate typescript-advanced\n\n# 2. When prompted, deploy the Prisma service to a _public cluster_\n\n# 3. Navigate to the new project\ncd my-app\n\n# 4. Start server (runs on http://localhost:4000) and open GraphQL Playground\nyarn start\n```\n\n![](https://imgur.com/hElq68i.png)\n\n## Documentation\n\n### Commands\n\n* `yarn start` starts GraphQL server on `http://localhost:4000`\n* `yarn prisma \u003csubcommand\u003e` gives access to local version of Prisma CLI (e.g. `yarn prisma deploy`)\n\n\u003e **Note**: We recommend that you're using `yarn dev` during development as it will give you access to the GraphQL API or your server (defined by the [application schema](./src/schema.graphql)) as well as to the Prisma API directly (defined by the [Prisma database schema](./generated/prisma.graphql)). If you're starting the server with `yarn start`, you'll only be able to access the API of the application schema.\n\n### Project structure\n\n![](https://imgur.com/95faUsa.png)\n\n| File name 　　　　　　　　　　　　　　| Description 　　　　　　　　\u003cbr\u003e\u003cbr\u003e|\n| :--  | :--         |\n| `├── .env` | Defines environment variables |\n| `├── .graphqlconfig.yml` | Configuration file based on [`graphql-config`](https://github.com/prisma/graphql-config) (e.g. used by GraphQL Playground).|\n| `└── database ` (_directory_) | _Contains all files that are related to the Prisma database service_ |\\\n| `　　├── prisma.yml` | The root configuration file for your Prisma database service ([docs](https://www.prismagraphql.com/docs/reference/prisma.yml/overview-and-example-foatho8aip)) |\n| `　　└── datamodel.graphql` | Defines your data model (written in [GraphQL SDL](https://blog.graph.cool/graphql-sdl-schema-definition-language-6755bcb9ce51)) |\n| `└── src ` (_directory_) | _Contains the source files for your GraphQL server_ |\n| `　　├── index.ts` | The entry point for your GraphQL server |\n| `　　├── schema.graphql` | The **application schema** defining the API exposed to client applications  |\n| `　　├── resolvers` (_directory_) | _Contains the implementation of the resolvers for the application schema_ |\n| `　　└── generated` (_directory_) | _Contains generated files_ |\n| `　　　　└── prisma-client` (_directory_) | The generated Prisma client |\n\n## Contributing\n\nThe GraphQL boilerplates are maintained by the GraphQL community, with official support from the [Apollo](https://www.apollographql.com/) \u0026 [Prisma](https://www.prisma.io) teams.\n\nYour feedback is **very helpful**, please share your opinion and thoughts! If you have any questions or want to contribute yourself, join the `#graphql-boilerplate` channel on our [Slack](https://slack.prisma.io/).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboristb%2Freact-relay-dashboard-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fboristb%2Freact-relay-dashboard-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboristb%2Freact-relay-dashboard-api/lists"}