{"id":19572615,"url":"https://github.com/wisnuuakbr/simple-rest-api-go","last_synced_at":"2026-05-16T19:08:28.896Z","repository":{"id":190375973,"uuid":"682517778","full_name":"wisnuuakbr/simple-rest-api-go","owner":"wisnuuakbr","description":"Simple RestAPI with Go, Gin, Gorm, and MySQL Database, MVC pattern","archived":false,"fork":false,"pushed_at":"2023-08-31T06:06:28.000Z","size":12,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-09T03:41:52.391Z","etag":null,"topics":["gin-framework","go","gorm","mvc","mysql"],"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/wisnuuakbr.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":"2023-08-24T10:46:56.000Z","updated_at":"2024-12-28T21:35:08.000Z","dependencies_parsed_at":"2024-11-11T06:27:57.028Z","dependency_job_id":"d2b006e3-1f0b-45c6-afad-efdc7e0de2c5","html_url":"https://github.com/wisnuuakbr/simple-rest-api-go","commit_stats":null,"previous_names":["wisnuuakbr/simple-rest-api-go"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wisnuuakbr%2Fsimple-rest-api-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wisnuuakbr%2Fsimple-rest-api-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wisnuuakbr%2Fsimple-rest-api-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wisnuuakbr%2Fsimple-rest-api-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wisnuuakbr","download_url":"https://codeload.github.com/wisnuuakbr/simple-rest-api-go/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240840103,"owners_count":19866167,"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":["gin-framework","go","gorm","mvc","mysql"],"created_at":"2024-11-11T06:27:36.388Z","updated_at":"2026-05-16T19:08:23.859Z","avatar_url":"https://github.com/wisnuuakbr.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple RestAPI using GO Gin Framework\n\nsimple RestAPI with Go, Gin, Gorm, and MySQL\n\n## Requirements\n\nSimple RestAPI is currently extended with the following requirements.  \nInstructions on how to use them in your own application are linked below.\n\n| Requirement | Version |\n| ----------- | ------- |\n| Go          | 1.18.4  |\n| Mysql       | 8.0.30  |\n\n## Installation\n\nMake sure the requirements above already install on your system.  \nClone the project to your directory and install the dependencies.\n\n```bash\n$ git clone https://github.com/wisnuuakbr/simple-rest-api-go\n$ cd simple-rest-api-go\n$ go mod tidy\n```\n\n## Configuration\n\nChange the config on Config/Database.go for your local server\n\n```bash\nHost:     \"localhost\",\nPort:     3306,\nUser:     \"root\",\nPassword: \"\",\nDBName:   \"guitar_store\",\n```\n\n## Running Server\n\n```bash\n$ go run main.go\n```\n\n## Endpoints\n\nThese are the endpoints we will use to create, update, read and delete the guitar data.\n\n```bash\nGET guitar-store/guitar → Retrieves all the guitar data\nPOST guitar-store/guitar → Add new guitar data\nPUT guitar-store/guitar/{id} → Update the guitar data\nDELETE guitar-store/guitar/{id} → Delete the guitar data\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwisnuuakbr%2Fsimple-rest-api-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwisnuuakbr%2Fsimple-rest-api-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwisnuuakbr%2Fsimple-rest-api-go/lists"}