{"id":21270607,"url":"https://github.com/slicebit/ginger","last_synced_at":"2025-09-10T23:39:28.094Z","repository":{"id":57591529,"uuid":"150627948","full_name":"slicebit/ginger","owner":"slicebit","description":"Core utilities to create a gin app with config, routing, db(qb) and more","archived":false,"fork":false,"pushed_at":"2019-02-26T18:14:20.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-22T02:30:52.580Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/slicebit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-09-27T18:02:57.000Z","updated_at":"2019-02-26T18:14:22.000Z","dependencies_parsed_at":"2022-09-26T19:43:18.285Z","dependency_job_id":null,"html_url":"https://github.com/slicebit/ginger","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slicebit%2Fginger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slicebit%2Fginger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slicebit%2Fginger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slicebit%2Fginger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/slicebit","download_url":"https://codeload.github.com/slicebit/ginger/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243725636,"owners_count":20337670,"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":[],"created_at":"2024-11-21T08:18:01.720Z","updated_at":"2025-03-15T12:12:17.854Z","avatar_url":"https://github.com/slicebit.png","language":"Go","readme":"# ginger\nCore utilities to create a gin app with config, routing, db(qb) and more\n\n# Example\n```go\npackage main\n\nimport(\n    \"github.com/slicebit/ginger\"\n)\n\ntype Config struct {\n    Host string\n    Port int\n    Env string\n}\n\nfunc main() {\n\n    config := \u0026Config{}\n    err := ginger.NewConfig(\"config.json\", config)\n    if err != nil {\n        panic(err)\n    }\n\n    app, err := ginger.NewApp(config.Host, config.Port, config.Env)\n    if err != nil {\n        panic(err)\n    }\n\n    // Start the app\n    app.Start()\n}\n\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fslicebit%2Fginger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fslicebit%2Fginger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fslicebit%2Fginger/lists"}