{"id":21540290,"url":"https://github.com/banziha104/echosample","last_synced_at":"2026-04-18T17:02:52.620Z","repository":{"id":184809651,"uuid":"133231114","full_name":"banziha104/EchoSample","owner":"banziha104","description":"😎 Go Web Frameworks, Echo","archived":false,"fork":false,"pushed_at":"2018-11-11T08:58:47.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-17T21:52:02.489Z","etag":null,"topics":["docker","echo-framework","golang","nginx"],"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/banziha104.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}},"created_at":"2018-05-13T11:33:05.000Z","updated_at":"2018-11-11T08:58:48.000Z","dependencies_parsed_at":"2023-07-30T11:48:43.867Z","dependency_job_id":null,"html_url":"https://github.com/banziha104/EchoSample","commit_stats":null,"previous_names":["banziha104/echosample"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/banziha104/EchoSample","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/banziha104%2FEchoSample","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/banziha104%2FEchoSample/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/banziha104%2FEchoSample/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/banziha104%2FEchoSample/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/banziha104","download_url":"https://codeload.github.com/banziha104/EchoSample/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/banziha104%2FEchoSample/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31976805,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T16:27:12.723Z","status":"ssl_error","status_checked_at":"2026-04-18T16:27:11.140Z","response_time":103,"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","echo-framework","golang","nginx"],"created_at":"2024-11-24T04:17:58.772Z","updated_at":"2026-04-18T17:02:52.603Z","avatar_url":"https://github.com/banziha104.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Echo 프레임워크\n\n- 의존성 주입 : dep ensure -add github.com/labstack/echo@^3.1\n- 기본 파일 설정 \n\n```go\npackage main\n\nimport (\n\t\"github.com/labstack/echo\"\n\t\"net/http\"\n)\n\nfunc main() {\n\te := echo.New() // 에코 생성\n\te.GET(\"/\", func(c echo.Context) error {\n\t\treturn c.String(http.StatusOK, \"Hello World\")\n\t})\n\te.Logger.Fatal(e.Start(\":8083\")) // 8083 번 포트로 전송\n\t\n}\n```\n\n- ### [MySQL 연동](https://github.com/banziha104/EchoSample/blob/master/markdown/Mysql.md)\n\n- ### [MongoDB 연동](https://github.com/banziha104/EchoSample/blob/master/markdown/Mongodb.md)\n\n- ### [라우터](https://github.com/banziha104/EchoSample/blob/master/markdown/Mongodb.md)\n\n- ### [Golang ORM](https://github.com/banziha104/EchoSample/blob/master/markdown/Gorm.md)\n\n- ### [Request](https://github.com/banziha104/EchoSample/blob/master/markdown/Request.md)\n\n- ### [Response](https://github.com/banziha104/EchoSample/blob/master/markdown/Response.md)\n\n- ### [Error Handling](https://github.com/banziha104/EchoSample/blob/master/markdown/ErrorHandling.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbanziha104%2Fechosample","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbanziha104%2Fechosample","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbanziha104%2Fechosample/lists"}