{"id":17102142,"url":"https://github.com/wilk/backend-api-go","last_synced_at":"2026-05-07T15:37:14.757Z","repository":{"id":140247829,"uuid":"83841530","full_name":"wilk/backend-api-go","owner":"wilk","description":"A simple RESTful API (CRUD) built with GoLang","archived":false,"fork":false,"pushed_at":"2017-03-16T08:22:44.000Z","size":16,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-23T19:23:50.917Z","etag":null,"topics":["docker","docker-compose","glide","golang","golang-application","golang-examples","gorm","martini-web"],"latest_commit_sha":null,"homepage":null,"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/wilk.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":"2017-03-03T21:09:19.000Z","updated_at":"2022-08-17T21:29:43.000Z","dependencies_parsed_at":"2023-07-16T06:15:21.974Z","dependency_job_id":null,"html_url":"https://github.com/wilk/backend-api-go","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/wilk/backend-api-go","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wilk%2Fbackend-api-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wilk%2Fbackend-api-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wilk%2Fbackend-api-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wilk%2Fbackend-api-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wilk","download_url":"https://codeload.github.com/wilk/backend-api-go/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wilk%2Fbackend-api-go/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266983473,"owners_count":24016555,"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","status":"online","status_checked_at":"2025-07-25T02:00:09.625Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","glide","golang","golang-application","golang-examples","gorm","martini-web"],"created_at":"2024-10-14T15:28:19.726Z","updated_at":"2025-10-13T01:53:22.097Z","avatar_url":"https://github.com/wilk.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# backend-api-go\nA simple RESTful API (CRUD) built with GoLang\n\n## Requirements\n\n- [Git](https://git-scm.com/)\n- [Docker](https://www.docker.com/)\n- [docker-compose](https://docs.docker.com/compose/)\n\n## Install\nClone and setup:\n\n```bash\n$ git clone https://github.com/wilk/backend-api-go.git\n$ cd backend-api-go\n$ ./setup.sh\n```\n\n## Running\nFirst, setup docker-compose:\n\n```bash\n$ docker-compose up\n```\n\nThen start querying at `http://localhost:3000/api/users/`\n\n## Shutdown\n```bash\n$ docker-compose down\n```\n\n## APIs\nThe entity **User** has the following fields:\n\n- ID (uint)\n- name (string)\n- email (string)\n- age (int)\n- mobile (string)\n\nFollows the list of users APIs:\n\n|METHOD|URL|REQUEST HEADERS|REQUEST PAYLOAD|RESPONSE HEADERS|RESPONSE PAYLOAD|\n|------|---|---------------|---------------|----------------|----------------|\n|GET|http://localhost:3000/api/users/ | | | |User[]|\n|POST|http://localhost:3000/api/users/ |Content-Type: \"application/json\"|User||User|\n|GET|http://localhost:3000/api/users/10 | | | |User|\n|PUT|http://localhost:3000/api/users/10 |Content-Type: \"application/json\"|User||User|\n|DELETE|http://localhost:3000/api/users/10 | | | | |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwilk%2Fbackend-api-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwilk%2Fbackend-api-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwilk%2Fbackend-api-go/lists"}