{"id":15178906,"url":"https://github.com/alamyudi/echo-app","last_synced_at":"2026-02-16T12:38:56.065Z","repository":{"id":127965798,"uuid":"221224150","full_name":"alamyudi/echo-app","owner":"alamyudi","description":"an example of Golang rest API using Echo framework","archived":false,"fork":false,"pushed_at":"2019-11-12T13:44:01.000Z","size":33,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-08T21:14:02.701Z","etag":null,"topics":["docker","docker-compose","echo-framework","glide","golang","mysql","realize"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alamyudi.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-11-12T13:27:26.000Z","updated_at":"2019-11-12T13:44:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"beb19047-0565-4024-9854-b8de725c0910","html_url":"https://github.com/alamyudi/echo-app","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/alamyudi/echo-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alamyudi%2Fecho-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alamyudi%2Fecho-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alamyudi%2Fecho-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alamyudi%2Fecho-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alamyudi","download_url":"https://codeload.github.com/alamyudi/echo-app/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alamyudi%2Fecho-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29507912,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T09:05:14.864Z","status":"ssl_error","status_checked_at":"2026-02-16T08:55:59.364Z","response_time":115,"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":["docker","docker-compose","echo-framework","glide","golang","mysql","realize"],"created_at":"2024-09-27T15:41:40.169Z","updated_at":"2026-02-16T12:38:56.039Z","avatar_url":"https://github.com/alamyudi.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"Echo-app is an example of golang rest api using [echo framework](https://echo.labstack.com), included :\n\n- [x] Rest API \n    - [x] using echo framework to managing content and product\n    - [x] Splitting between model business and application presentation\n    - [x] Configurable the app to running in certain environment\n    - [x] request and response serializer and validation\n    - [ ] ORM\n    - [ ] Unit test\n- [x] Vendoring a golang dependencies using glide as a package management\n- [x] Hot reloading using realize\n- [x] Dockerizing the app and mysql\n- [ ] CI/CD\n- [ ] Generate postman collection\n\n### Running the app using docker\n\n```\ndocker-compose up --build\n```\n\naccess it using curl or postman in `http://localhost:8081/v1` as base url. for example :\n\n```\ncurl -X GET \\\n  http://localhost:8081/v1/product \\\n  -H 'Accept: */*' \\\n  -H 'Accept-Encoding: gzip, deflate' \\\n  -H 'Authorization: Basic ZWNobzplY2hvZWg='\n```\n\n### Building the executable\n\n```\nenv GOOS=linux GOARCH=amd64 go build -v .\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falamyudi%2Fecho-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falamyudi%2Fecho-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falamyudi%2Fecho-app/lists"}