{"id":20626315,"url":"https://github.com/sct/prisma-apollo-react-boilerplate","last_synced_at":"2026-04-24T07:31:13.462Z","repository":{"id":140085385,"uuid":"176306619","full_name":"sct/prisma-apollo-react-boilerplate","owner":"sct","description":null,"archived":false,"fork":false,"pushed_at":"2019-03-29T12:58:11.000Z","size":280,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-15T04:22:08.933Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/sct.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":"2019-03-18T14:43:33.000Z","updated_at":"2021-05-29T18:32:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"9dcab186-3669-4e7b-9f4d-64b1c4381f2d","html_url":"https://github.com/sct/prisma-apollo-react-boilerplate","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sct/prisma-apollo-react-boilerplate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sct%2Fprisma-apollo-react-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sct%2Fprisma-apollo-react-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sct%2Fprisma-apollo-react-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sct%2Fprisma-apollo-react-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sct","download_url":"https://codeload.github.com/sct/prisma-apollo-react-boilerplate/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sct%2Fprisma-apollo-react-boilerplate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32214412,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T03:15:14.334Z","status":"ssl_error","status_checked_at":"2026-04-24T03:15:11.608Z","response_time":64,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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-16T13:12:41.042Z","updated_at":"2026-04-24T07:31:13.445Z","avatar_url":"https://github.com/sct.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Prisma/Apollo/React Boilerplate\n\nA quickstart framework for running a fullstack React/Apollo/Prisma application all in one solution.\n\n## Development\n\nSteps to get the development environment running\n\n1. Clone this\n2. `docker-compose up -d`\n3. Perform the initial prisma deploy with: `docker-compose exec server npm run prisma -- deploy`\n3. 🙌 We did it.\n\n(You should probalby run a local `npm i` in the client directory so you can run developer tools outside of the containers)\n\nYou can access services now at the following addresses:\n```\nhttp://localhost:3000 - React Frontend\nhttp://localhost:4000 - Apollo Server (GraphQL Playground)\nhttp://localhost:4466 - Prisma Server (GraphQL Playground)\n```\n\n## Client Information\n\nClient tech stack that you should know a bit about before working on this project:\n\n- React 16.8 (Hooks!)\n- Typescript\n- Apollo Client\n- React-intl\n\n### Helpful Client Commands\n\n- `npm run apollo:codegen` - Extract static types from apollo queries\n- `npm run i18n:extract` - Extracts the translations from `defineMessages` helper into a single messages file\n- `npm run i18n:manage` - Prepares translation files for provided languages [en, ja]\n\nThe above commands all have VSCode tasks included.\n\n## Server Information\n\nServer tech stack that you should know a bit about before working on this project:\n\n- Typescript\n- Apollo Server\n- GraphQL\n- Prisma\n\n### Helpful Server Commands\n\n- `docker-compose exec server npm run prisma -- deploy` - Deploy Prisma inside of the container\n- `docker-compose exec server npm run prisma -- seed --reset` - Reseed the database. (Also resets the database and data loss _will_ occur!)\n- `docker-compose exec server npm run prisma -- reset --force` - Reset Prisma database (This will delete all data!)\n\nPrisma CLI commands need to be run _inside_ of the containers so the correct addresses are used.\n\n## Adding Node Modules\n\nBecause we are running everything inside of containers, changes to `package.json` will not replicate inside of the container without restarting it. Make sure to always restart your docker containers after making any changes to installed modules.\n\n## Useful development tools:\n- [Apollo Client Developer Tools Chrome Extension](https://chrome.google.com/webstore/detail/apollo-client-developer-t/jdkknkkbebbapilgoeccciglkfbmbnfm)\n- [Apollo GraphQL VSCode Extensions](https://marketplace.visualstudio.com/items?itemName=apollographql.vscode-apollo)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsct%2Fprisma-apollo-react-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsct%2Fprisma-apollo-react-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsct%2Fprisma-apollo-react-boilerplate/lists"}