{"id":21258056,"url":"https://github.com/cuongndc9/graphql-express-kit","last_synced_at":"2025-03-15T06:24:05.156Z","repository":{"id":116045647,"uuid":"286939517","full_name":"cuongndc9/graphql-express-kit","owner":"cuongndc9","description":"🛸🦍 A Node kit with TypeScript, Express, GraphQL, Sequelize, PostgreSQL and awesome tools.","archived":false,"fork":false,"pushed_at":"2025-03-07T19:25:11.000Z","size":136,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-07T20:28:29.750Z","etag":null,"topics":["103cuong","docker","graphql","graphql-express-kit","node-kit","sequelize"],"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/cuongndc9.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}},"created_at":"2020-08-12T06:52:01.000Z","updated_at":"2025-03-07T19:25:14.000Z","dependencies_parsed_at":"2024-03-05T09:09:45.074Z","dependency_job_id":null,"html_url":"https://github.com/cuongndc9/graphql-express-kit","commit_stats":null,"previous_names":["cuonginspire/graphql-express-kit","cuongnd9/graphql-express-kit","cuongndc9/graphql-express-kit"],"tags_count":0,"template":true,"template_full_name":"cuongndc9/graphql-kit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cuongndc9%2Fgraphql-express-kit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cuongndc9%2Fgraphql-express-kit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cuongndc9%2Fgraphql-express-kit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cuongndc9%2Fgraphql-express-kit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cuongndc9","download_url":"https://codeload.github.com/cuongndc9/graphql-express-kit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243691375,"owners_count":20331958,"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":["103cuong","docker","graphql","graphql-express-kit","node-kit","sequelize"],"created_at":"2024-11-21T04:07:02.163Z","updated_at":"2025-03-15T06:24:05.150Z","avatar_url":"https://github.com/cuongndc9.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Not using GitHub? Find me on [LinkedIn](https://www.linkedin.com/in/cuong9/)!\n# graphql-express-kit\n\n[![Hits-of-Code](https://hitsofcode.com/github/103cuong/graphql-express-kit)](https://hitsofcode.com/view/github/103cuong/graphql-express-kit)\n[![GitHub](https://img.shields.io/github/license/103cuong/graphql-express-kit.svg)](https://github.com/103cuong/graphql-express-kit/blob/master/LICENSE)\n\n\u003e 🛸🦍 A Node kit with TypeScript, Express, GraphQL, Sequelize, PostgreSQL and awesome tools.\n\n## Prepare\n\n- [Node](https://nodejs.org/en/)\n- [Yarn](https://yarnpkg.com/)\n- [Docker](https://www.docker.com/) (*optional)\n- [Docker Compose](https://docs.docker.com/compose/) (*optional)\n- [Dockstation](https://dockstation.io/) (*optional)\n\n### How to use?\n\n#### Update config.ts file (src/components/config.ts)\n\n```typescript\nconst config = {\n  nodeEnv: process.env.NODE_ENV || 'development',\n  port: process.env.PORT || 9000,\n  pgHost: process.env.PG_HOST || '127.0.0.1',\n  pgPort: (process.env.PG_PORT as number | undefined) || 5432,\n  pgDB: process.env.PG_DB || 'postgres',\n  pgUser: process.env.PG_USER || 'postgres',\n  pgPassword: process.env.PG_PASSWORD || 'postgres',\n};\n\nexport default config;\n```\n\n#### Start application\n\n```sh\nyarn\nyarn start:dev\n```\n\n### Use with Docker + Docker Compose\n\n```sh\ncd scripts \u0026\u0026 ./start.sh\n```\n\n🙌 Awesome\n\n## License\n\nMIT © [Cuong Tran](https://github.com/103cuong)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcuongndc9%2Fgraphql-express-kit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcuongndc9%2Fgraphql-express-kit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcuongndc9%2Fgraphql-express-kit/lists"}