{"id":13619367,"url":"https://github.com/restuwahyu13/go-rest-api","last_synced_at":"2025-08-20T12:32:09.901Z","repository":{"id":45212472,"uuid":"348083357","full_name":"restuwahyu13/go-rest-api","owner":"restuwahyu13","description":"Example golang using gin framework everything you need, i create this tutorial special for beginner.","archived":false,"fork":false,"pushed_at":"2024-02-22T05:29:13.000Z","size":9664,"stargazers_count":132,"open_issues_count":4,"forks_count":49,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-10-22T19:16:43.266Z","etag":null,"topics":["application-server","crud-application","gin","gin-gonic","go","golang","golang-application","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/restuwahyu13.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-03-15T18:36:59.000Z","updated_at":"2024-10-15T09:02:29.000Z","dependencies_parsed_at":"2024-08-01T21:53:43.667Z","dependency_job_id":null,"html_url":"https://github.com/restuwahyu13/go-rest-api","commit_stats":null,"previous_names":["restuwahyu13/gin-rest-api"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/restuwahyu13%2Fgo-rest-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/restuwahyu13%2Fgo-rest-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/restuwahyu13%2Fgo-rest-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/restuwahyu13%2Fgo-rest-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/restuwahyu13","download_url":"https://codeload.github.com/restuwahyu13/go-rest-api/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230423564,"owners_count":18223435,"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":["application-server","crud-application","gin","gin-gonic","go","golang","golang-application","rest-api"],"created_at":"2024-08-01T21:00:39.367Z","updated_at":"2024-12-19T11:13:02.456Z","avatar_url":"https://github.com/restuwahyu13.png","language":"Go","funding_links":[],"categories":["G"],"sub_categories":[],"readme":"## Golang Gin Framework Fundamental\n\nExample golang using gin framework everything you need, i create this tutorial special for beginner.\n\n### Feature\n\n- [x] Containerize Application Using Docker\n- [x] Protected Route Using JWT\n- [x] Integerasi ORM Database Using Gorm\n- [x] API Documentation Using Swagger\n- [x] Validation Request Using Go Playground Validator\n- [x] Integerasi Unit Testing\n- [x] And More\n\n## Command\n\n- ### Application Lifecycle\n\n  - Install node modules\n\n  ```sh\n  $ go get . || go mod || make goinstall\n  ```\n\n  - Build application\n\n  ```sh\n  $ go build -o main || make goprod\n  ```\n\n  - Start application in development\n\n  ```sh\n  $ go run main.go | make godev\n  ```\n\n  - Test application\n\n  ```sh\n  $ go test main.go main_test.go || make gotest\n  ```\n\n* ### Docker Lifecycle\n\n  - Build container\n\n  ```sh\n  $ docker-compose build | make dcb\n  ```\n\n  - Run container with flags\n\n  ```sh\n  $ docker-compose up -d --\u003cflags name\u003e | make dcu f=\u003cflags name\u003e\n  ```\n\n  - Run container build with flags\n\n  ```sh\n  $ docker-compose up -d --build --\u003cflags name\u003e | make dcubf f=\u003cflags name\u003e\n  ```\n\n  - Run container\n\n  ```sh\n  $ docker-compose up -d --build | make dcu\n  ```\n\n  - Stop container\n\n  ```sh\n  $ docker-compose down | make dcd\n  ```\n\n### Author\n\n- [Restu Wahyu Saputra](https://github.com/restuwahyu13)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frestuwahyu13%2Fgo-rest-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frestuwahyu13%2Fgo-rest-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frestuwahyu13%2Fgo-rest-api/lists"}