{"id":17466284,"url":"https://github.com/mingchuno/graphql-nexus-prisma-template","last_synced_at":"2026-04-14T04:31:54.295Z","repository":{"id":145134120,"uuid":"272938039","full_name":"mingchuno/graphql-nexus-prisma-template","owner":"mingchuno","description":"Template project for nexus x prisma x Koa x graphql x postgres","archived":false,"fork":false,"pushed_at":"2020-06-17T09:54:13.000Z","size":97,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-07T00:40:08.358Z","etag":null,"topics":["graphql","koa","koa2","nexus","nexusjs","postgres","postgresql","prisma"],"latest_commit_sha":null,"homepage":null,"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/mingchuno.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":"2020-06-17T09:53:50.000Z","updated_at":"2020-06-17T09:55:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"3e4c668f-f9d0-42ca-9693-bbf70e6fefc3","html_url":"https://github.com/mingchuno/graphql-nexus-prisma-template","commit_stats":{"total_commits":1,"total_committers":1,"mean_commits":1.0,"dds":0.0,"last_synced_commit":"2737a18cac06537414f8d48881670d86acfacbe5"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mingchuno/graphql-nexus-prisma-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mingchuno%2Fgraphql-nexus-prisma-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mingchuno%2Fgraphql-nexus-prisma-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mingchuno%2Fgraphql-nexus-prisma-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mingchuno%2Fgraphql-nexus-prisma-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mingchuno","download_url":"https://codeload.github.com/mingchuno/graphql-nexus-prisma-template/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mingchuno%2Fgraphql-nexus-prisma-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31782736,"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":["graphql","koa","koa2","nexus","nexusjs","postgres","postgresql","prisma"],"created_at":"2024-10-18T13:18:03.784Z","updated_at":"2026-04-14T04:31:54.273Z","avatar_url":"https://github.com/mingchuno.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# graphql-nexus-prisma-starter\n\n## Get started\n\n### Prerequisite\n\n* `node` \u003e= 12\n* `yarn`\n* `docker` and `docker-compose`\n\n### Development\n\n```\nyarn install\n# start database\ndocker-compose up -d\n# migrate schema\nyarn migrate:up\n# seed the database\nyarn seed\n# start development server\nyarn dev\n# production build\nyarn build\n```\n\n## Update schema\n\n1. Make change to `prisma/schema.prisma`\n2. Run `yarn migrate:save \u0026\u0026 yarn migrate:up`\n3. Run `yarn generate` to generate client\n\n## Docker support\n\n```bash\n# build docker image\ndocker build -t graphql-nexus-prisma-starter .\n# run in local with config mount as volume\ndocker run -it --rm -p \"127.0.0.1:4000:4000\" \\\ngraphql-nexus-prisma-starter\n# test the server\ncurl -vL http://localhost:3000/\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmingchuno%2Fgraphql-nexus-prisma-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmingchuno%2Fgraphql-nexus-prisma-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmingchuno%2Fgraphql-nexus-prisma-template/lists"}