{"id":16287132,"url":"https://github.com/htomsik/go-rest-api-sample","last_synced_at":"2026-02-14T03:17:27.203Z","repository":{"id":170452946,"uuid":"646243290","full_name":"Htomsik/GO-REST-API-Sample","owner":"Htomsik","description":null,"archived":false,"fork":false,"pushed_at":"2025-01-30T23:52:39.000Z","size":64,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-26T11:39:45.977Z","etag":null,"topics":["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/Htomsik.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-05-27T18:43:51.000Z","updated_at":"2025-01-30T23:52:44.000Z","dependencies_parsed_at":"2024-03-29T20:26:03.130Z","dependency_job_id":"456d5f8e-17de-40c8-92aa-d6e99773345e","html_url":"https://github.com/Htomsik/GO-REST-API-Sample","commit_stats":null,"previous_names":["htomsik/go-rest-api-sample"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Htomsik/GO-REST-API-Sample","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Htomsik%2FGO-REST-API-Sample","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Htomsik%2FGO-REST-API-Sample/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Htomsik%2FGO-REST-API-Sample/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Htomsik%2FGO-REST-API-Sample/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Htomsik","download_url":"https://codeload.github.com/Htomsik/GO-REST-API-Sample/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Htomsik%2FGO-REST-API-Sample/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29433304,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T02:20:56.896Z","status":"ssl_error","status_checked_at":"2026-02-14T02:11:29.478Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["rest-api"],"created_at":"2024-10-10T19:44:26.932Z","updated_at":"2026-02-14T03:17:27.185Z","avatar_url":"https://github.com/Htomsik.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n\u003ch2 align=\"center\"\u003eGO REST API\u003c/h3\u003e\n\n\n\u003ch3 align=\"center\"\u003e\n\nJust my GO playground\n\n\u003c/h3\u003e\n\n\n\n## What can\n\n- Base account operation (Authorize, create, deactivate)\n- Store and process info in db\n- Have swagger (url/swagger)\n\u003e All configs in configs/apiServer.toml\n\n\n## You need\n\n- GCC and CGO_ENABLED=1 (for go-sqlite3) `go env -w CGO_ENABLED=1`\n- [Swag](https://github.com/swaggo/swag) (for generate swagger docs)\n\n### RUN\n\n#### With Make file\n\n``` bash\n    Make build  #  build\n    Make Start  #  build and start\n    Make fullBuild # build with swaggo\n```\n#### Manual\n\n``` bash\n    go mod tidy # if needed\n    swag init -g .\\cmd\\apiServer\\main.go # optional (swagger docs)\n    go build -v ./cmd/apiServer\n    ./apiServer\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhtomsik%2Fgo-rest-api-sample","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhtomsik%2Fgo-rest-api-sample","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhtomsik%2Fgo-rest-api-sample/lists"}