{"id":30852511,"url":"https://github.com/chfern/retsgo","last_synced_at":"2025-09-07T08:05:49.190Z","repository":{"id":106048564,"uuid":"190032653","full_name":"chfern/retsgo","owner":"chfern","description":"🐻A minimalistic go framework to quickly build REST apis","archived":false,"fork":false,"pushed_at":"2022-02-02T15:05:35.000Z","size":1931,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-06-21T18:53:32.905Z","etag":null,"topics":["golang","restapi","webframework"],"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/chfern.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}},"created_at":"2019-06-03T15:29:41.000Z","updated_at":"2023-08-27T13:48:01.000Z","dependencies_parsed_at":"2023-11-07T00:57:23.100Z","dependency_job_id":null,"html_url":"https://github.com/chfern/retsgo","commit_stats":null,"previous_names":["fernandochristyanto/retsgo","chfern/retsgo","fernandochrs/retsgo"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/chfern/retsgo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chfern%2Fretsgo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chfern%2Fretsgo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chfern%2Fretsgo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chfern%2Fretsgo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chfern","download_url":"https://codeload.github.com/chfern/retsgo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chfern%2Fretsgo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274010104,"owners_count":25206764,"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","status":"online","status_checked_at":"2025-09-07T02:00:09.463Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["golang","restapi","webframework"],"created_at":"2025-09-07T08:05:38.962Z","updated_at":"2025-09-07T08:05:49.176Z","avatar_url":"https://github.com/chfern.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RETSgo 🐻\n## A minimalistic REST-api framework to scaffold backend api using [google's go](https://golang.org/)\n\n*A helper I made to (hopefully) simplify API scaffolding process*\n\nCurrent Version: 1.1.0\n\n# Features\n+ ORM (github.com/jinzhu/gorm)\n+ Default middlewares (logging and error handling)\n+ Middleware Chaining (github.com/justinas/alice)\n+ Mux (github.com/gorilla/mux)\n+ Compile-Time Dependency Injection (github.com/google/wire)\n+ Scalable configurations for development, testing and production\n+ JWT\n\n\n# QuickStart\n## Prerequisites :\n- Make sure you have go, and the standard packages installed in your system. For guidance, head to [golang guide](https://golang.org/)\n- Configure $GOPATH in your system. Try running `echo $GOPATH` (unix) in your terminal  \n  It should print out something like /path/to/the/goworkspace\n\n## Quick Start :\nGet retsgo package  \n`go get github.com/fernandochristyanto/retsgo`\n\nRun `retsgo -v`  \nit should print out the version number (if it does not, try restarting your terminal)\n\nCreate a new directory to hold your project, e.g:   \n`mkdir -p $GOPATH/src/github.com/mygithubusername/newprojectname`\n\nGenerate a new project  \n`retsgo newproject github.com/mygithubusername/newprojectname`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchfern%2Fretsgo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchfern%2Fretsgo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchfern%2Fretsgo/lists"}