{"id":17845107,"url":"https://github.com/mukulmantosh/go-gorilla-rest","last_synced_at":"2026-05-15T13:03:35.218Z","repository":{"id":177148520,"uuid":"659996114","full_name":"mukulmantosh/go-gorilla-rest","owner":"mukulmantosh","description":"Basic CRUD Operations using Gorilla/Mux and GORM","archived":false,"fork":false,"pushed_at":"2023-06-29T02:50:17.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-25T05:04:21.718Z","etag":null,"topics":["golang","gorm-orm","http","rest-api"],"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/mukulmantosh.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-06-29T02:46:06.000Z","updated_at":"2023-06-29T07:46:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"c2fbd9d4-3c41-4d2b-bb25-c7ac1592218a","html_url":"https://github.com/mukulmantosh/go-gorilla-rest","commit_stats":null,"previous_names":["mukulmantosh/go-gorilla-rest"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mukulmantosh%2Fgo-gorilla-rest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mukulmantosh%2Fgo-gorilla-rest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mukulmantosh%2Fgo-gorilla-rest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mukulmantosh%2Fgo-gorilla-rest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mukulmantosh","download_url":"https://codeload.github.com/mukulmantosh/go-gorilla-rest/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246837685,"owners_count":20841903,"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":["golang","gorm-orm","http","rest-api"],"created_at":"2024-10-27T21:34:33.097Z","updated_at":"2025-10-11T17:41:19.242Z","avatar_url":"https://github.com/mukulmantosh.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Golang Gorilla/Mux CRUD REST\n\n![golang_icon](./misc/golang-1.svg)\nIn this application we are going to create CRUD endpoints using Gorilla/Mux and GORM.\n\n\n## Installing Dependencies\n```\ngo get -u github.com/gorilla/mux\ngo get -u gorm.io/gorm\ngo get -u gorm.io/driver/mysql\n```\n\n\nWhen you're creating the `user` package make sure to run the below command\n\n```\ngod mod init user\ngod mod tidy\n```\n\nRun the below command in the root\n\n```\ngo mod edit -replace user=./user\n```\n\nOnce, you're done with all the changes.\n\nRun the below command \n\n```\ngo build\n```\n\nYou will receive a binary file in your project root,\nunder the name `go-rest` in Windows `go-rest.exe`\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmukulmantosh%2Fgo-gorilla-rest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmukulmantosh%2Fgo-gorilla-rest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmukulmantosh%2Fgo-gorilla-rest/lists"}