{"id":19290718,"url":"https://github.com/jacob-ebey/go-graphql-boilerplate","last_synced_at":"2025-04-22T06:31:13.180Z","repository":{"id":35242046,"uuid":"216185393","full_name":"jacob-ebey/go-graphql-boilerplate","owner":"jacob-ebey","description":"A simple to use, deploys anywhere boilerplate to get you going in GO and GraphQL.","archived":false,"fork":false,"pushed_at":"2023-01-05T12:37:50.000Z","size":1507,"stargazers_count":28,"open_issues_count":21,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-01T20:18:16.276Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://jacob-ebey.js.org/go-graphql-boilerplate/","language":"Go","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/jacob-ebey.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}},"created_at":"2019-10-19T10:02:42.000Z","updated_at":"2022-07-29T19:24:26.000Z","dependencies_parsed_at":"2023-01-15T16:56:08.495Z","dependency_job_id":null,"html_url":"https://github.com/jacob-ebey/go-graphql-boilerplate","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacob-ebey%2Fgo-graphql-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacob-ebey%2Fgo-graphql-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacob-ebey%2Fgo-graphql-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacob-ebey%2Fgo-graphql-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jacob-ebey","download_url":"https://codeload.github.com/jacob-ebey/go-graphql-boilerplate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250183127,"owners_count":21388662,"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-09T22:21:38.722Z","updated_at":"2025-04-22T06:31:12.867Z","avatar_url":"https://github.com/jacob-ebey.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GO GraphQL Boilerplate\n\nA simple to use, deploys anywhere boilerplate to get you going in GO and GraphQL.\n\nZeit Now Example: https://go-graphql-boilerplate.jacob-ebey.now.sh/\n\nHeroku Example: https://go-graphql-boilerplate.herokuapp.com/\n\n\n## Getting started\n\nGet started by installing GO and Node(NPM), then cloneing this repo.\n\nOnce cloned, install the GO dependencies:\n\n```shell\n\u003e go get ./...\n```\n\nCD into the `frontend` directory and install the NPM dependencies:\n\n```shell\n\u003e npm install\n```\n\n\n## Dev mode\n\nCreate A .env file in the root of the project, feel free to copy or rename the .env.example file. This is pre-configured for use with the docker-compose.yml file provied.\n\nConfigure a combination of the following properties:\n\n```\nDATABASE_URL=\"postgres://postgres@localhost:54320/postgres\"\nPOSTGRESS_ADDRESS=\"localhost:54320\"\nJWT_SECRET=\"your-jwt-secret\"\nGO_SERVES_STATIC=\"true\"\nENVIRONMENT=\"development\"\nPORT=\"8080\"\n```\n\nOR\n\n```\nPOSTGRESS_ADDRESS=\"localhost:54320\"\nPOSTGRESS_DATABASE=\"postgres\"\nPOSTGRESS_USER=\"postgres\"\nPOSTGRESS_PASSWORD=\"\"\nJWT_SECRET=\"your-jwt-secret\"\nGO_SERVES_STATIC=\"true\"\nENVIRONMENT=\"development\"\nPORT=\"8080\"\n```\n\nBoth of the above configs are valid for the docker-compose.yml file provided. To spin up your DB, run:\n\n```bash\n\u003e docker-compose up -d\n```\n\nNow we can start the GO backend. In if `ENVIRONMENT` is set to development, we will get auto rebuilding of the frontend.\n\n\n## Production\n\nYou have a few options for deploying the boilerplate out of the box:\n\n- [Azure](docs/azure.md)\n- [Heroku](docs/heroku.md)\n- [Zeit Now](docs/zeit-now.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjacob-ebey%2Fgo-graphql-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjacob-ebey%2Fgo-graphql-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjacob-ebey%2Fgo-graphql-boilerplate/lists"}