{"id":15901499,"url":"https://github.com/mbchoa/example-go-rest-api","last_synced_at":"2025-08-05T18:13:07.648Z","repository":{"id":71226985,"uuid":"270579824","full_name":"mbchoa/example-go-rest-api","owner":"mbchoa","description":"📚 Demonstrates different ways to build a golang RESTful API from basic net/http to using an ORM.","archived":false,"fork":false,"pushed_at":"2020-06-21T08:12:31.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-05-23T04:59:19.463Z","etag":null,"topics":["golang","orm","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mbchoa.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-06-08T07:54:17.000Z","updated_at":"2024-06-19T05:11:58.013Z","dependencies_parsed_at":null,"dependency_job_id":"28bfb05a-5588-41cb-9ca0-1cc29b8d07f2","html_url":"https://github.com/mbchoa/example-go-rest-api","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/mbchoa%2Fexample-go-rest-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbchoa%2Fexample-go-rest-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbchoa%2Fexample-go-rest-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbchoa%2Fexample-go-rest-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mbchoa","download_url":"https://codeload.github.com/mbchoa/example-go-rest-api/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246883394,"owners_count":20849481,"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":["golang","orm","rest-api"],"created_at":"2024-10-06T11:04:45.008Z","updated_at":"2025-04-02T19:42:35.502Z","avatar_url":"https://github.com/mbchoa.png","language":"Go","readme":"# example-go-rest-api\nDemonstrates different ways to build a golang RESTful API from basic net/http to using an ORM.\n\n## Steps\n\nWe'll walk through and iterate on building a RESTful API service written in Go like so:\n1. `1-hello-world`: Basic web server that outputs \"Hello world!\" when navigating to the root url.\n2. `2-rest-inmemory`: Web server that implements CRUD operations against an in-memory \"database\".\n3. `3-rest-database`: Builds off step 2 by replacing in-memory \"database\" with a real SQL-based database.\n4. `4-rest-database-auth`: Builds off step 3 by implementing authentication.\n5. `5-rest-database-auth-jwt`: Builds of step 4 by implementing session handling via JWT.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmbchoa%2Fexample-go-rest-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmbchoa%2Fexample-go-rest-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmbchoa%2Fexample-go-rest-api/lists"}