{"id":37160714,"url":"https://github.com/akmittal/go-graphql-starter","last_synced_at":"2026-01-14T19:07:27.234Z","repository":{"id":78944814,"uuid":"123154526","full_name":"akmittal/go-graphql-starter","owner":"akmittal","description":"Graphql web api build with Golang, Postgres","archived":false,"fork":false,"pushed_at":"2018-10-20T17:54:49.000Z","size":3715,"stargazers_count":10,"open_issues_count":1,"forks_count":5,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-06-20T11:51:47.224Z","etag":null,"topics":["go","golang","graphql","postgresql","starter-kit"],"latest_commit_sha":null,"homepage":null,"language":"Go","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/akmittal.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":"2018-02-27T16:11:20.000Z","updated_at":"2023-08-09T11:40:28.000Z","dependencies_parsed_at":"2024-03-14T04:32:19.944Z","dependency_job_id":null,"html_url":"https://github.com/akmittal/go-graphql-starter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/akmittal/go-graphql-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akmittal%2Fgo-graphql-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akmittal%2Fgo-graphql-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akmittal%2Fgo-graphql-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akmittal%2Fgo-graphql-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/akmittal","download_url":"https://codeload.github.com/akmittal/go-graphql-starter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akmittal%2Fgo-graphql-starter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28431390,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T18:57:19.464Z","status":"ssl_error","status_checked_at":"2026-01-14T18:52:48.501Z","response_time":107,"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":["go","golang","graphql","postgresql","starter-kit"],"created_at":"2026-01-14T19:07:26.448Z","updated_at":"2026-01-14T19:07:27.228Z","avatar_url":"https://github.com/akmittal.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Go Graphql Starter Kit\r\n\r\nA boilerplate for golang Graphql starter project. Aim for this project is to help get started with new projects.\r\n\r\n## Getting Started\r\n\r\nThese instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.\r\n\r\n### Prerequisites\r\n\r\nYou need to have a postgres instance running and dep should be installed for installing dependencies\r\n\r\n### Installing\r\n\r\nA step by step series of examples that tell you have to get a development env running\r\n\r\nclone the repo\r\n\r\n```\r\ngit clone https://github.com/akmittal/go-graphql-starter.git\r\n```\r\n\r\nGo to cloned directory and Run dep ensure\r\n\r\n```\r\ndep ensure\r\n```\r\n\r\nChange the database connection for postgres in config/db.go\r\n\r\n\r\nRun project\r\n\r\n```\r\ngo run main.go\r\n```\r\n\r\nOpen graphiql editor\r\n\r\n```\r\nhttp://localhost:8000/graphiql\r\n```\r\n\r\n## Running the tests\r\n\r\nNeed to add tests\r\n\r\n\r\n## Built With\r\n\r\n* [graphql-go](https://github.com/neelance/graphql-go) - Graphql Library\r\n* [ozzo-validation](https://github.com/go-ozzo/ozzo-validation) - Validation Library\r\n* [pq](https://github.com/lib/pq) - Postgres Driver\r\n* [bcrypt](https://golang.org/x/crypto/bcrypt) - Bcrypt for JWT tokens\r\n* [sqlx](https://github.com/jmoiron/sqlx) - sql helper library\r\n\r\n## Contributing\r\n\r\nPlease read [CONTRIBUTING.md](https://gist.github.com/akmittal/b24679402957c63ec426) for details on our code of conduct, and the process for submitting pull requests to us.\r\n\r\n## Versioning\r\n\r\nWe use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/akmittal/go-graphql-starter/tags). \r\n\r\n## Authors\r\n\r\n* **Amit Mittal** - *Initial work* - [Akmittal](https://github.com/Akmittal)\r\n\r\nSee also the list of [contributors](https://github.com/akmittal/go-graphql-starter/contributors) who participated in this project.\r\n\r\n## License\r\n\r\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakmittal%2Fgo-graphql-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakmittal%2Fgo-graphql-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakmittal%2Fgo-graphql-starter/lists"}