{"id":37139496,"url":"https://github.com/k0kishima/golang-realworld-example-app","last_synced_at":"2026-01-14T16:04:38.458Z","repository":{"id":226390154,"uuid":"766925828","full_name":"k0kishima/golang-realworld-example-app","owner":"k0kishima","description":"An implementation of the Realworld backend API using Golang.","archived":false,"fork":false,"pushed_at":"2024-08-17T10:23:08.000Z","size":481,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-08-18T10:03:56.826Z","etag":null,"topics":["realworld","realworld-backend","realworld-example"],"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/k0kishima.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":"2024-03-04T11:44:29.000Z","updated_at":"2024-08-17T10:23:11.000Z","dependencies_parsed_at":"2024-03-17T02:01:48.000Z","dependency_job_id":null,"html_url":"https://github.com/k0kishima/golang-realworld-example-app","commit_stats":null,"previous_names":["k0kishima/golang-realworld-example-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/k0kishima/golang-realworld-example-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k0kishima%2Fgolang-realworld-example-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k0kishima%2Fgolang-realworld-example-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k0kishima%2Fgolang-realworld-example-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k0kishima%2Fgolang-realworld-example-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/k0kishima","download_url":"https://codeload.github.com/k0kishima/golang-realworld-example-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k0kishima%2Fgolang-realworld-example-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28425597,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T15:24:48.085Z","status":"ssl_error","status_checked_at":"2026-01-14T15:23:41.940Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["realworld","realworld-backend","realworld-example"],"created_at":"2026-01-14T16:04:37.548Z","updated_at":"2026-01-14T16:04:38.446Z","avatar_url":"https://github.com/k0kishima.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ![RealWorld Example App](https://github.com/gothinkster/realworld-starter-kit/raw/master/logo.png)\n\n\u003e ### Golang implementation of RealWorld app that adheres to the [RealWorld](https://github.com/gothinkster/realworld) spec and API.\n\n### [Demo](https://github.com/gothinkster/realworld)\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;[RealWorld](https://github.com/gothinkster/realworld)\n\nThis is a RealWorld example application built with Gin and the Ent framework. It demonstrates a backend implementation for a blogging platform with features such as articles, comments, tags, and user profiles.\n\nYou might also check out [the Frontend implementation in Nuxt3](https://github.com/k0kishima/nuxt3-realworld-example-app).\n\nFor more information on how to this works with other frontends/backends, head over to the [RealWorld](https://github.com/gothinkster/realworld) repo.\n\n\n## Getting Started\n\n### Prerequisites\n\n- Docker and Docker Compose\n- Go 1.16 or higher\n\n### Setting Up the Development Environment\n\n#### 1. Start the MySQL database container:\n\nUse the provided `docker-compose.yml` file to start a MySQL container:\n\n```bash\n$ docker-compose up -d\n```\n\nThis will create a new MySQL database named golang_realworld.\n\n#### 2. Configure environment variables:\n\nCopy the example environment file and edit it to match your local setup:\n\n```bash\n$ cp .env.example .env\n$ vim .env\n```\n\n#### 3. Start the server:\n\nRun the following command to start the server:\n\n```bash\n$ go run main.go\n```\n\nThe server will automatically create the required database schema if the connection to the database is successful.\n\n### Running Tests\n\nTo run the end-to-end tests, execute the following command:\n\n```bash\n$ make test-e2e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fk0kishima%2Fgolang-realworld-example-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fk0kishima%2Fgolang-realworld-example-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fk0kishima%2Fgolang-realworld-example-app/lists"}