{"id":19702988,"url":"https://github.com/jayvirrathi/node-typeorm-postgresql-graphql-api","last_synced_at":"2026-04-15T19:40:08.793Z","repository":{"id":123948404,"uuid":"338797633","full_name":"Jayvirrathi/node-typeorm-postgresql-graphql-api","owner":"Jayvirrathi","description":"GraphQL API with  Node.js, Postgresql, TypeORM","archived":false,"fork":false,"pushed_at":"2021-02-14T12:26:46.000Z","size":80,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-20T20:26:21.974Z","etag":null,"topics":["express","graphql","nodejs","postgresql","typeorm"],"latest_commit_sha":null,"homepage":"","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/Jayvirrathi.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":"2021-02-14T12:12:26.000Z","updated_at":"2025-03-30T06:18:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"d058a1f7-5a5a-4478-bfa8-a95d4c0595a2","html_url":"https://github.com/Jayvirrathi/node-typeorm-postgresql-graphql-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Jayvirrathi/node-typeorm-postgresql-graphql-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jayvirrathi%2Fnode-typeorm-postgresql-graphql-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jayvirrathi%2Fnode-typeorm-postgresql-graphql-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jayvirrathi%2Fnode-typeorm-postgresql-graphql-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jayvirrathi%2Fnode-typeorm-postgresql-graphql-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Jayvirrathi","download_url":"https://codeload.github.com/Jayvirrathi/node-typeorm-postgresql-graphql-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jayvirrathi%2Fnode-typeorm-postgresql-graphql-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31857616,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"ssl_error","status_checked_at":"2026-04-15T15:24:39.138Z","response_time":63,"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":["express","graphql","nodejs","postgresql","typeorm"],"created_at":"2024-11-11T21:16:42.995Z","updated_at":"2026-04-15T19:40:08.761Z","avatar_url":"https://github.com/Jayvirrathi.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Graphql API with Node.js, PostgreSQL with TypeORM\n\n\u003e A Basic Node.js project\n\n## Build Setup\n\n```bash\n# install dependencies\nnpm install\n\n# serve at http://localhost:3000/graphql\n\nnpm start\n```\n\n## Prerequisites\n\n-   Nodejs\n-   Postgresql\n\n**Request:**\n\n```gql\nmutation {\n    createProduct(variables: { name: \"IPhone 11 Max\", quantity: 25 }) {\n        quantity\n        name\n        id\n    }\n}\n\nmutation {\n    updateProduct(fields: { name: \"IPhone 11 Max\", quantity: 45 }, id: 1)\n}\n\nquery {\n    products {\n        id\n        name\n    }\n}\n\nquery {\n    products {\n        id\n        name\n        quantity\n    }\n}\n\nmutation {\n    deleteProduct(id: 1)\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjayvirrathi%2Fnode-typeorm-postgresql-graphql-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjayvirrathi%2Fnode-typeorm-postgresql-graphql-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjayvirrathi%2Fnode-typeorm-postgresql-graphql-api/lists"}