{"id":20617105,"url":"https://github.com/k-yomo/go_echo_api_boilerplate","last_synced_at":"2025-04-15T08:56:54.733Z","repository":{"id":105859547,"uuid":"198093018","full_name":"k-yomo/go_echo_api_boilerplate","owner":"k-yomo","description":"Go api boilerplate built with echo","archived":false,"fork":false,"pushed_at":"2019-08-20T22:35:11.000Z","size":112,"stargazers_count":7,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-15T08:56:49.430Z","etag":null,"topics":["api","echo","gke","jwt","swagger"],"latest_commit_sha":null,"homepage":"","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/k-yomo.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":"2019-07-21T18:46:17.000Z","updated_at":"2024-01-07T14:11:25.000Z","dependencies_parsed_at":"2023-06-18T22:00:40.426Z","dependency_job_id":null,"html_url":"https://github.com/k-yomo/go_echo_api_boilerplate","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k-yomo%2Fgo_echo_api_boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k-yomo%2Fgo_echo_api_boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k-yomo%2Fgo_echo_api_boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k-yomo%2Fgo_echo_api_boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/k-yomo","download_url":"https://codeload.github.com/k-yomo/go_echo_api_boilerplate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249040047,"owners_count":21202813,"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":["api","echo","gke","jwt","swagger"],"created_at":"2024-11-16T11:22:11.879Z","updated_at":"2025-04-15T08:56:54.716Z","avatar_url":"https://github.com/k-yomo.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Go API boilerplate built with echo framework\n[![CircleCI](https://circleci.com/gh/k-yomo/go_echo_api_boilerplate.svg?style=svg)](https://circleci.com/gh/k-yomo/go_echo_api_boilerplate)\n[![codecov](https://codecov.io/gh/k-yomo/go_echo_api_boilerplate/branch/master/graph/badge.svg?token=cGgCiXQXVc)](https://codecov.io/gh/k-yomo/go_echo_api_boilerplate)\n\n\n## Getting Started\n\n### Prerequisites\n\n- Go 1.12 (skip if you use docker)\n- MySQL 5.7 (skip if you use docker)\n- direnv\n\n### External Service\n- Twilio (for SMS authentication)\n- SendGrid (for sending email)\n\n### Usage\n\n1. Clone repo\n```\ngit clone https://github.com/k-yomo/go_echo_api_boilerplate.git\ncd go_echo_api_boilerplate\n```\n\n2. Create `.env` file in reference to .env.sample\n\n3. Install dependent modules\n\n```\ngo mod install\n```\n\n4. Run dev server\n```\n// Listening on localhost:1323 with hot reloading(localhost:5002)\nrealize start --server\n```\n\n### Usage with Docker\n\n1. Clone repo\n```\ngit clone https://github.com/k-yomo/go_echo_api_boilerplate.git\ncd go_echo_api_boilerplate\n```\n\n2. Create `.env` file in reference to .env.sample\n\n3. Run containers\n```\n// Listening on localhost:1323 with hot reloading(localhost:5002)\ndocker-compose up -d\n```\n\n## Running the tests\n\n```\nmake test\n```\n\n\n### with coverage\n```\nmake cover\n```\n\n## API Docs\n1. Run dev server\n2. Open `localhost:1323/swagger/index.html`\n\n## Migration\n- See [cmd/db/migrate](./cmd/db)\n\n\n## Deployment(WIP)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fk-yomo%2Fgo_echo_api_boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fk-yomo%2Fgo_echo_api_boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fk-yomo%2Fgo_echo_api_boilerplate/lists"}