{"id":38860855,"url":"https://github.com/haitwang-cloud/golang-echo-sample","last_synced_at":"2026-01-17T14:21:50.548Z","repository":{"id":43338395,"uuid":"443277490","full_name":"haitwang-cloud/golang-echo-sample","owner":"haitwang-cloud","description":"Make an out-of-the-box backend based on golang-echo","archived":false,"fork":false,"pushed_at":"2024-04-30T06:41:40.000Z","size":12880,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-06-21T09:43:19.523Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/haitwang-cloud.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":"2021-12-31T06:52:41.000Z","updated_at":"2024-04-30T06:41:37.000Z","dependencies_parsed_at":"2024-06-21T08:52:59.815Z","dependency_job_id":null,"html_url":"https://github.com/haitwang-cloud/golang-echo-sample","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/haitwang-cloud/golang-echo-sample","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haitwang-cloud%2Fgolang-echo-sample","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haitwang-cloud%2Fgolang-echo-sample/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haitwang-cloud%2Fgolang-echo-sample/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haitwang-cloud%2Fgolang-echo-sample/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/haitwang-cloud","download_url":"https://codeload.github.com/haitwang-cloud/golang-echo-sample/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haitwang-cloud%2Fgolang-echo-sample/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28509945,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T13:38:16.342Z","status":"ssl_error","status_checked_at":"2026-01-17T13:37:44.060Z","response_time":85,"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":[],"created_at":"2026-01-17T14:21:50.463Z","updated_at":"2026-01-17T14:21:50.541Z","avatar_url":"https://github.com/haitwang-cloud.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# UFES-TFAP-TEST\n\nMake an out-of-the-box backend based on golang-echo\n\n[![golangci-lint](https://github.com/haitwang-cloud/golang-echo-sample/actions/workflows/golangci-lint.yml/badge.svg)](https://github.com/haitwang-cloud/golang-echo-sample/actions/workflows/golangci-lint.yml)\n```bash\nEcho + MySQL + go-resty + Gorm + ZAP +configor\n```\n\n### Project screen shoot\n![](./sample.gif)\n\n```bash\nhttp://localhost:8080/swagger\n```\n### Tree view\n\n```bash\n.\n├── Dockerfile\n├── LICENSE\n├── README.md\n├── application.yml\n├── controller\n│   ├── bible.go\n│   ├── models.go\n│   └── resp.go\n├── docker\n│   ├── build.sh\n│   └── run.sh\n├── docs\n│   ├── docs.go\n│   ├── swagger.json\n│   └── swagger.yaml\n├── go.mod\n├── go.sum\n├── main.go\n├── models\n├── router\n│   ├── bible.go\n│   ├── router.go\n│   └── url.go\n├── sample.gif\n└── utils\n    ├── config\n    │   └── config.go\n    ├── logger\n    │   └── logger.go\n    ├── middlewares\n    │   ├── error.go\n    │   ├── initMiddleware.go\n    │   └── wrapper.go\n    └── util.go\n\n```\n\n## Docker\n\n### how to build\n\n```bash\nmake build\n```\n\n### how to run\n\n```bash\nmake test\n```\n\n## References\n\n- [https://gorm.io/](https://gorm.io/)\n- [https://echo.labstack.com/](https://echo.labstack.com/)\n- [https://github.com/uber-go/zap](https://github.com/uber-go/zap)\n- [https://github.com/jinzhu/configor](https://github.com/jinzhu/configor)\n- [https://github.com/go-resty/resty](https://github.com/go-resty/resty)\n- [https://github.com/swaggo/swag#declarative-comments-format](https://github.com/swaggo/swag#declarative-comments-format)\n- [https://github.com/ybkuroki/go-webapp-sample](https://github.com/ybkuroki/go-webapp-sample)\n- [https://github.com/brpaz/echozap](https://github.com/brpaz/echozap)\n- [https://github.com/sandipb/zap-examples](https://github.com/sandipb/zap-examples)\n\n## Commit History\n\n[![Commit History Chart](https://commit-history-api.herokuapp.com/svg?repos=haitwang-cloud/golang-echo-sample\u0026type=Timeline)](https://the-commit-history.vercel.app/#haitwang-cloud/golang-echo-sample\u0026Timeline)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhaitwang-cloud%2Fgolang-echo-sample","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhaitwang-cloud%2Fgolang-echo-sample","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhaitwang-cloud%2Fgolang-echo-sample/lists"}