{"id":18429829,"url":"https://github.com/sartim/gin_user_service","last_synced_at":"2026-05-19T04:05:31.729Z","repository":{"id":95748323,"uuid":"585618912","full_name":"sartim/gin_user_service","owner":"sartim","description":"User Service API using Gin Framework","archived":false,"fork":false,"pushed_at":"2023-12-04T09:36:18.000Z","size":121,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-16T08:43:47.193Z","etag":null,"topics":["gin","go","golang","gorm","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/sartim.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-01-05T16:24:57.000Z","updated_at":"2023-07-08T04:28:18.000Z","dependencies_parsed_at":"2023-12-04T10:30:32.943Z","dependency_job_id":null,"html_url":"https://github.com/sartim/gin_user_service","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/sartim%2Fgin_user_service","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sartim%2Fgin_user_service/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sartim%2Fgin_user_service/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sartim%2Fgin_user_service/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sartim","download_url":"https://codeload.github.com/sartim/gin_user_service/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248788869,"owners_count":21161726,"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","go","golang","gorm","rest-api"],"created_at":"2024-11-06T05:18:45.741Z","updated_at":"2026-05-19T04:05:26.650Z","avatar_url":"https://github.com/sartim.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# User Service\n\nUser service running on Gin Framework.\n\n[![Language](https://img.shields.io/badge/language-go-blue.svg)](https://go.dev)\n[![Build Status](https://github.com/sartim/gin_user_service/workflows/build/badge.svg)](https://github.com/sartim/gin_user_service/actions/workflows/master.yml)\n\n### Setup\n\n###### Make migrations\n    $ go run ./cmd main.go --action=create-tables \n\n###### Drop tables\n    $ go run ./cmd main.go --action=drop-tables \n\n###### Create super user\n\n    $ go run ./cmd main.go --action=create-super_user \n\n###### Running unittests\n\n    $ go test -v ./tests\n\n##### Running coverage\n\n    $ go test -v ./tests -coverprofile=coverage.out\n    $ go tool cover -html=coverage.out\n\n###### Run server\n    $ go run main.go --action=run-server \n\n\n### Install requirements\n    $ go mod init gin-shop-api\n    $ go get github.com/gin-gonic/gin\n    $ go get gorm.io/gorm\n    $ go get gorm.io/driver/postgres\n    $ go get github.com/joho/godotenv\n    $ go get github.com/golang-jwt/jwt/v4\n    $ go get github.com/google/uuid\n    $ go get github.com/stretchr/testify/assert\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsartim%2Fgin_user_service","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsartim%2Fgin_user_service","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsartim%2Fgin_user_service/lists"}