{"id":17982423,"url":"https://github.com/nekocode/typescript-graphql-over-prisma","last_synced_at":"2025-04-04T01:48:29.653Z","repository":{"id":98385885,"uuid":"150242722","full_name":"nekocode/typescript-graphql-over-prisma","owner":"nekocode","description":" This example demonstrates how to build a GraphQL server over the Prisma.","archived":false,"fork":false,"pushed_at":"2018-10-18T15:29:47.000Z","size":202,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-09T13:31:34.700Z","etag":null,"topics":["backend","template"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nekocode.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-09-25T09:48:12.000Z","updated_at":"2023-09-08T17:45:26.000Z","dependencies_parsed_at":"2023-04-26T08:33:42.078Z","dependency_job_id":null,"html_url":"https://github.com/nekocode/typescript-graphql-over-prisma","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nekocode%2Ftypescript-graphql-over-prisma","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nekocode%2Ftypescript-graphql-over-prisma/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nekocode%2Ftypescript-graphql-over-prisma/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nekocode%2Ftypescript-graphql-over-prisma/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nekocode","download_url":"https://codeload.github.com/nekocode/typescript-graphql-over-prisma/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247107833,"owners_count":20884797,"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","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","template"],"created_at":"2024-10-29T18:14:12.061Z","updated_at":"2025-04-04T01:48:29.626Z","avatar_url":"https://github.com/nekocode.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"This example demonstrates how to build a GraphQL server over [Prisma](https://github.com/prisma/prisma) using TypeScript \u0026 [apollo-server](https://github.com/apollographql/apollo-server).\n\nIt inlcudes below features:\n\n* An implementation of email-password-based authentication workflow.\n\n* GraphQL over GraphQL/Prisma.\n\n* [Customized GraphQl queries](src/resolvers/Mutation.ts#L36-L50) which base on the resolve info.\n\n## Get started\n\n1. Use [docker-compose](https://docs.docker.com/compose/) to run the prisma server in docker containers:\n\n```sh\ndocker-compose up -d\n```\n\n2. Install Node dependencies:\n\n```sh\nyarn install\n```\n\n3. Deploy service to prisma server and then generate the corresponding schema:\n\n```sh\nyarn dg\n```\n\n4. Start the apollo server:\n\n```sh\nyarn start\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnekocode%2Ftypescript-graphql-over-prisma","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnekocode%2Ftypescript-graphql-over-prisma","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnekocode%2Ftypescript-graphql-over-prisma/lists"}