{"id":24505845,"url":"https://github.com/michaeltelford/echo_reference_project","last_synced_at":"2025-03-15T08:42:33.091Z","repository":{"id":85502210,"uuid":"127771418","full_name":"michaeltelford/echo_reference_project","owner":"michaeltelford","description":"An example HTTP API project built using the Echo framework","archived":false,"fork":false,"pushed_at":"2018-08-11T14:29:35.000Z","size":12463,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-21T23:34:00.950Z","etag":null,"topics":["api","echo","golang","http"],"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/michaeltelford.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":"2018-04-02T14:59:56.000Z","updated_at":"2018-07-29T19:06:39.000Z","dependencies_parsed_at":"2023-03-03T13:31:23.670Z","dependency_job_id":null,"html_url":"https://github.com/michaeltelford/echo_reference_project","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/michaeltelford%2Fecho_reference_project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaeltelford%2Fecho_reference_project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaeltelford%2Fecho_reference_project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaeltelford%2Fecho_reference_project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/michaeltelford","download_url":"https://codeload.github.com/michaeltelford/echo_reference_project/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243707300,"owners_count":20334615,"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","golang","http"],"created_at":"2025-01-21T23:32:03.370Z","updated_at":"2025-03-15T08:42:33.068Z","avatar_url":"https://github.com/michaeltelford.png","language":"Go","readme":"# Echo Reference Project\n\nStarter project for developing RESTful API's using Go lang and the echo\nHTTP routing library.\n\nUse this project as a reference or starter for your own applications.\n\n## Branches\n\nI've set up different repository branches to reflect what is provided for you out of the box. For example, the `master` branch contains only the echo web router with no database connection. Other branches however, provide such functionality. So take a look and pick the one that suits you best for your needs.\n\n## Pre-requisites\n\n- To use `make debug` you'll need to ensure `watcher` is in your `$PATH` (https://github.com/canthefason/go-watcher)\n- To use `make convey` you'll need to ensure `goconvey` is in your `$PATH` (https://github.com/smartystreets/goconvey)\n- To use `make lint` you'll need to ensure `golint` is in your `$PATH` (https://github.com/golang/lint)\n- To use `make dep` you'll need to ensure `dep` in in your `$PATH` (`brew install dep`)\n\n## Main Libraries\n\nType | Name | URL\n---- | ---- | ----\nWeb | echo | https://echo.labstack.com/guide\nConfig | viper | https://github.com/spf13/viper\n\n## Usage\n\nRun `make help` for the full list of commands but in a nutshell:\n\n```sh\n$ make run\ngo run cmd/main.go\n\n   ____    __\n  / __/___/ /  ___\n / _// __/ _ \\/ _ \\\n/___/\\__/_//_/\\___/ v3.3.0\nHigh performance, minimalist Go web framework\nhttps://echo.labstack.com\n____________________________________O/_______\n                                    O\\\n⇨ http server started on [::]:8000\n```\n\nNow hit the API with:\n\n```sh\n$ curl localhost:8000/v1/greet/rodney | jq\n  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current\n                                 Dload  Upload   Total   Spent    Left  Speed\n100    27  100    27    0     0   4347      0 --:--:-- --:--:-- --:--:--  4500\n{\n  \"message\": \"Hello, rodney\"\n}\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaeltelford%2Fecho_reference_project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmichaeltelford%2Fecho_reference_project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaeltelford%2Fecho_reference_project/lists"}