{"id":18885410,"url":"https://github.com/atechguide/graphql-prisma-starter","last_synced_at":"2025-06-13T04:36:42.455Z","repository":{"id":50778135,"uuid":"217277208","full_name":"aTechGuide/graphql-prisma-starter","owner":"aTechGuide","description":"GraphQL Prisma Starter Project","archived":false,"fork":false,"pushed_at":"2021-05-30T03:59:18.000Z","size":1507,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-31T04:41:56.860Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/aTechGuide.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}},"created_at":"2019-10-24T10:56:04.000Z","updated_at":"2021-07-06T16:15:46.000Z","dependencies_parsed_at":"2022-09-11T21:30:17.289Z","dependency_job_id":null,"html_url":"https://github.com/aTechGuide/graphql-prisma-starter","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/aTechGuide%2Fgraphql-prisma-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aTechGuide%2Fgraphql-prisma-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aTechGuide%2Fgraphql-prisma-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aTechGuide%2Fgraphql-prisma-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aTechGuide","download_url":"https://codeload.github.com/aTechGuide/graphql-prisma-starter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239858794,"owners_count":19708856,"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":[],"created_at":"2024-11-08T07:18:28.740Z","updated_at":"2025-02-20T14:43:36.300Z","avatar_url":"https://github.com/aTechGuide.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Graphql Prisma Starter\n\nThis starter contains the following functionality\n\n- `User` schema\n- Authentication\n- Test Suite\n\n# How to use the boiler Plate\n- Edit the configuration files inside `config` folder, specifying the `service` and `stage` in `PRISMA_ENDPOINT`\n- Launch Prisma and database\n  - `cd prisma`\n  - `docker-compose up -d`\n\n- Deploy the prisma Datamodel. From inside `prisma` folder run\n  - Dev: `prisma deploy -e ../config/dev.env`\n  - Test: `prisma deploy -e ../config/test.env`\n  - Prod: `prisma deploy -e ../config/prod.env`\n\n- Install the dependencies\n  - `npm install`\n\n- Generate the dependencies\n  - Edit the `.graphqlconfig` file with correct `service` and `stage` as done in step 1\n  - Run `npm run get-schema`\n\n- Run the App\n  - `npm run dev`\n  - `npm run test`\n\n# Endpoint\n- Localhost Playground =\u003e http://localhost:4000/\n- Prisma Playground =\u003e http://localhost:4466/boilerplate/dev\n  - We need to generate a token for prisma playground via `prisma token`. Then supply the token in the query\n  ```\n  {\n    \"Authorization\": \"Bearer \u003ctoken\u003e\"\n  }\n  ```\n- Prisma Admin Panel =\u003e http://localhost:4466/boilerplate/dev/_admin\n  - We need to generate a token for prisma Admin Panel via `prisma token`. Then supply the token in the `Project Settings` in top right corner\n\n# Reference\n- This project was built as a part of [The Modern GraphQL Bootcamp (with Node.js and Apollo)](https://www.udemy.com/course/graphql-bootcamp/) Udemy course by Andrew Mead","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatechguide%2Fgraphql-prisma-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fatechguide%2Fgraphql-prisma-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatechguide%2Fgraphql-prisma-starter/lists"}