{"id":14987682,"url":"https://github.com/herusdianto/gorm_crud_example","last_synced_at":"2025-04-12T00:16:37.320Z","repository":{"id":57486429,"uuid":"194370055","full_name":"herusdianto/gorm_crud_example","owner":"herusdianto","description":"GoLang, GORM \u0026 Gin CRUD Example","archived":false,"fork":false,"pushed_at":"2019-07-23T07:52:36.000Z","size":27,"stargazers_count":90,"open_issues_count":1,"forks_count":33,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-12T00:16:31.395Z","etag":null,"topics":["gin","gin-gonic","go","golang","gorm","gorm-orm"],"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/herusdianto.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}},"created_at":"2019-06-29T05:56:35.000Z","updated_at":"2025-04-11T06:02:53.000Z","dependencies_parsed_at":"2022-09-01T21:02:20.904Z","dependency_job_id":null,"html_url":"https://github.com/herusdianto/gorm_crud_example","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/herusdianto%2Fgorm_crud_example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/herusdianto%2Fgorm_crud_example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/herusdianto%2Fgorm_crud_example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/herusdianto%2Fgorm_crud_example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/herusdianto","download_url":"https://codeload.github.com/herusdianto/gorm_crud_example/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248497818,"owners_count":21113984,"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","gin-gonic","go","golang","gorm","gorm-orm"],"created_at":"2024-09-24T14:15:10.486Z","updated_at":"2025-04-12T00:16:37.291Z","avatar_url":"https://github.com/herusdianto.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Go, GORM \u0026 Gin CRUD Example\n\n## Install\n\n1. Clone this repository to `$GOPATH/src/github.com/herusdianto` directory:\n\n        git clone https://github.com/herusdianto/gorm_crud_example.git\n\n2. Install `glide`:\n\n        https://glide.sh/\n\n3. CD to `gorm_crud_example` folder:\n\n        cd $GOPATH/src/github.com/herusdianto/gorm_crud_example\n\n4. Install dependencies using `glide`:\n\n        glide install\n\n5. Open `main.go` and modify this variable values:\n\n        dbUser, dbPassword, dbName := \"root\", \"root\", \"gorm_crud_example\"\n\n6. Login to `MySQL` and create the database:\n\n        create database gorm_crud_example;\n\n7. Run `main.go`:\n\n        go run main.go\n\n## Features\n\n- [x] Database Migration\n- [x] Create Data\n- [x] Read All Data\n- [x] Find One Data By ID\n- [x] Update Data\n- [x] Delete One Data By ID\n- [x] Delete Multiple Data By IDs\n- [x] Sort \u0026 Paginate Data\n- [x] Search Data\n\nIf you want to watch step by step I'm making this, you can watch this [videos](https://www.youtube.com/playlist?list=PLKmlCa2HUPq-K7hIyHGbDoYs6YZBM8yA-).\n\nSupport me with subscribe to my [channel](https://www.youtube.com/channel/UCpKERrPCRQBFaTnJu4xWn5A) on youtube, thank you.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fherusdianto%2Fgorm_crud_example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fherusdianto%2Fgorm_crud_example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fherusdianto%2Fgorm_crud_example/lists"}