{"id":22744120,"url":"https://github.com/mehradi-github/ref-graphql-devops-2406","last_synced_at":"2026-04-02T02:50:00.072Z","repository":{"id":244498355,"uuid":"814639405","full_name":"mehradi-github/ref-graphql-devops-2406","owner":"mehradi-github","description":"Backend project with CI/CD","archived":false,"fork":false,"pushed_at":"2024-07-09T14:15:33.000Z","size":224,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-05T07:12:04.729Z","etag":null,"topics":["docker","docker-compose","graphql","jenkins","linux","nestjs","nodejs","postgresql","prisma"],"latest_commit_sha":null,"homepage":"","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/mehradi-github.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":"2024-06-13T12:01:38.000Z","updated_at":"2024-07-09T14:15:37.000Z","dependencies_parsed_at":"2024-06-15T06:42:03.070Z","dependency_job_id":"d0445302-537d-4d22-8cd7-b9c48c23ef71","html_url":"https://github.com/mehradi-github/ref-graphql-devops-2406","commit_stats":null,"previous_names":["mehradi-github/ref-graphql-devops-2406"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehradi-github%2Fref-graphql-devops-2406","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehradi-github%2Fref-graphql-devops-2406/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehradi-github%2Fref-graphql-devops-2406/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehradi-github%2Fref-graphql-devops-2406/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mehradi-github","download_url":"https://codeload.github.com/mehradi-github/ref-graphql-devops-2406/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246277351,"owners_count":20751548,"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":["docker","docker-compose","graphql","jenkins","linux","nestjs","nodejs","postgresql","prisma"],"created_at":"2024-12-11T01:39:54.012Z","updated_at":"2025-12-30T20:04:04.448Z","avatar_url":"https://github.com/mehradi-github.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Graphql with Nestjs and CI/CD\n\nImplemented data query and manipulation APIs with Docker, Node, PostgreSQL, NestJS, Prisma, GraphQL.\n\n- [Graphql with Nestjs and CI/CD](#graphql-with-nestjs-and-cicd)\n  - [Creating the backend server](#creating-the-backend-server)\n  - [Add GraphQL support](#add-graphql-support)\n  - [Setting up Prisma](#setting-up-prisma)\n\n## Creating the backend server\n\n```sh\nnpm i -g @nestjs/cli\nnest new ref-fullstack-2406\n$ cd ref-fullstack-2406\n$ npm run start:dev\n```\n\n## Add GraphQL support\n\n```sh\nnpm i @nestjs/graphql @nestjs/apollo @apollo/server graphql\nnest g resource todo\n```\n\n## Setting up Prisma\n\n```sh\nnpm i -D prisma\nnpx prisma init\n# npx prisma init --datasource-provider postgresql\n\n# after add model\nnpx prisma migrate dev --name initialize\nnpx prisma generate\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmehradi-github%2Fref-graphql-devops-2406","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmehradi-github%2Fref-graphql-devops-2406","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmehradi-github%2Fref-graphql-devops-2406/lists"}