{"id":13713617,"url":"https://github.com/ai285063/member-app-using-go-gin","last_synced_at":"2025-05-07T00:31:46.774Z","repository":{"id":144479658,"uuid":"428150366","full_name":"ai285063/member-app-using-go-gin","owner":"ai285063","description":"Practice: member system api w/ CRUD using Golang and Gin framework. Can be easily started using docker-compose.","archived":false,"fork":false,"pushed_at":"2022-01-07T06:03:00.000Z","size":15,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-14T00:34:01.926Z","etag":null,"topics":["docker","docker-compose","gin-gonic","go","golang"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ai285063.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-11-15T06:39:02.000Z","updated_at":"2022-08-15T06:34:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"d410f07c-95f6-41d7-8f4c-92df3fb80be3","html_url":"https://github.com/ai285063/member-app-using-go-gin","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/ai285063%2Fmember-app-using-go-gin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ai285063%2Fmember-app-using-go-gin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ai285063%2Fmember-app-using-go-gin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ai285063%2Fmember-app-using-go-gin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ai285063","download_url":"https://codeload.github.com/ai285063/member-app-using-go-gin/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252791553,"owners_count":21804796,"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":["docker","docker-compose","gin-gonic","go","golang"],"created_at":"2024-08-02T23:01:40.675Z","updated_at":"2025-05-07T00:31:46.324Z","avatar_url":"https://github.com/ai285063.png","language":"Go","funding_links":[],"categories":["Repositories"],"sub_categories":[],"readme":"# CRUD Member Api using Go, Gin framework and Docker\n\n### Environment Requirements:\n- MySQL v1.1.3\n- Redis v8.11.4\n- optional: Docker\n\n### Installing steps:\n1. Clone project\n```shell\ngit clone https://github.com/ai285063/member-app-using-go-gin.git\n```\n\n2. Start testing by setting up containers using docker-compose\n```shell\ncd member_app_gin\ndocker-compose up\n```\n\n3. Test routes on Postman\n\n### Routes:\n| Method  |   | Route  |\n|---|---|---|\n| GET  | get all users  | [localhost:8080/users](http://localhost:8080/users)  |\n| POST | create new register \u003cbr\u003e - required fields in body: account, email, password | [localhost:8080/users/register](http://localhost:8080/users/register)  |\n| PUT  | update user |  [http://localhost:8080/users/:id](http://localhost:8080/users/:id) |\n| DELETE  | delete user  |  [http://localhost:8080/users/:id](http://localhost:8080/users/:id) |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fai285063%2Fmember-app-using-go-gin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fai285063%2Fmember-app-using-go-gin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fai285063%2Fmember-app-using-go-gin/lists"}