{"id":40992737,"url":"https://github.com/qclaogui/goforum","last_synced_at":"2026-01-22T07:42:02.279Z","repository":{"id":57545949,"uuid":"110339003","full_name":"qclaogui/goforum","owner":"qclaogui","description":"Let's go a forum","archived":false,"fork":false,"pushed_at":"2019-04-01T11:39:16.000Z","size":693,"stargazers_count":24,"open_issues_count":0,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-06-20T06:32:35.329Z","etag":null,"topics":["forum","gin","go","gorm","goweb","vue"],"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/qclaogui.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2017-11-11T11:09:19.000Z","updated_at":"2023-03-01T05:47:48.000Z","dependencies_parsed_at":"2022-09-26T18:30:59.364Z","dependency_job_id":null,"html_url":"https://github.com/qclaogui/goforum","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/qclaogui/goforum","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qclaogui%2Fgoforum","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qclaogui%2Fgoforum/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qclaogui%2Fgoforum/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qclaogui%2Fgoforum/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qclaogui","download_url":"https://codeload.github.com/qclaogui/goforum/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qclaogui%2Fgoforum/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28658161,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-22T01:17:37.254Z","status":"online","status_checked_at":"2026-01-22T02:00:07.137Z","response_time":144,"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":["forum","gin","go","gorm","goweb","vue"],"created_at":"2026-01-22T07:42:01.639Z","updated_at":"2026-01-22T07:42:02.274Z","avatar_url":"https://github.com/qclaogui.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=center\u003e\u003ch1\u003egoforum\u003c/h1\u003e\u003c/div\u003e\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://travis-ci.org/qclaogui/goforum\"\u003e\u003cimg src=\"https://travis-ci.org/qclaogui/goforum.svg?branch=master\"\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/qclaogui/goforum/issues?q=is%3Aopen+is%3Aissue\"\u003e\u003cimg src=\"https://img.shields.io/github/issues/qclaogui/goforum.svg\" alt=\"issues-open\"\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/qclaogui/goforum/issues?q=is%3Aissue+is%3Aclosed\"\u003e\u003cimg src=\"https://img.shields.io/github/issues-closed-raw/qclaogui/goforum.svg\" alt=\"issues-closed\"\u003e\u003c/a\u003e\n\u003ca href=\"https://goreportcard.com/report/github.com/qclaogui/goforum\"\u003e\u003cimg src=\"https://goreportcard.com/badge/github.com/qclaogui/goforum?v=1\" /\u003e\u003c/a\u003e\n\u003ca href=\"https://godoc.org/github.com/qclaogui/goforum\"\u003e\u003cimg src=\"https://godoc.org/github.com/qclaogui/goforum?status.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/qclaogui/goforum/blob/master/LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/github/license/qclaogui/goforum.svg\" alt=\"License\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\n\u003e This project is under development, If you want, Let's go!\n\ngoforum use Gin + Vue . [laravel](https://github.com/laravel/laravel) and [laravel-mix](https://github.com/JeffreyWay/laravel-mix) helped me a lot.\n\n\n [中文版.md](README_ZH.md)\n\n\n ## Getting started\n\n   ```\n   go get github.com/qclaogui/goforum\n   ```\n\n   ***OR:***\n\n   make sure you have `dep` installed\n\n   ```\n   go get -u github.com/golang/dep/cmd/dep\n   ```\n\n   Then Go into the source directory and pull down the project dependencies.:\n\n   ```\n   git clone https://github.com/qclaogui/goforum.git $GOPATH/src/github.com/qclaogui/goforum\n\n   cd $GOPATH/src/github.com/qclaogui/goforum \u0026\u0026 dep ensure\n   ```\n\n ## Edit configuration\n\n   Before we set up all the tables in your database, our code depends on a small few configuration files,\n   you also need to create your database(now we use mysql)\n\n   ```\n   cd $GOPATH/src/github.com/qclaogui/goforum\n\n   cp app.yml.example app.yml\n   ```\n   Now run\n\n   ```\n   cd $GOPATH/src/github.com/qclaogui/goforum/cmd/web\n\n   go run main.go\n   ```\n   Then go to: [localhost:8321](http://localhost:8321)\n\n ## Development\n\n To start developing, this project requires NodeJS to build the sources,  you have to execute only a few commands\n\n   ```\n   cd $GOPATH/src/github.com/qclaogui/goforum\n\n   npm install\n\n   npm run watch\n   ```\n\n ## License\n\n This project is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqclaogui%2Fgoforum","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqclaogui%2Fgoforum","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqclaogui%2Fgoforum/lists"}