{"id":19694140,"url":"https://github.com/innofang/casual-talk","last_synced_at":"2026-05-15T02:34:38.112Z","repository":{"id":129983464,"uuid":"242849981","full_name":"InnoFang/casual-talk","owner":"InnoFang","description":"Build a forum in Go. Learn from gwp and make some change.","archived":false,"fork":false,"pushed_at":"2020-02-28T12:41:53.000Z","size":819,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-10T09:20:36.803Z","etag":null,"topics":["docker","go","web"],"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/InnoFang.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-02-24T21:42:16.000Z","updated_at":"2020-03-03T12:59:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"4fe13f53-593d-492a-8de0-b5b6a4800ca7","html_url":"https://github.com/InnoFang/casual-talk","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/InnoFang%2Fcasual-talk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InnoFang%2Fcasual-talk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InnoFang%2Fcasual-talk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InnoFang%2Fcasual-talk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/InnoFang","download_url":"https://codeload.github.com/InnoFang/casual-talk/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241005138,"owners_count":19892748,"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":["docker","go","web"],"created_at":"2024-11-11T19:20:33.533Z","updated_at":"2026-05-15T02:34:38.049Z","avatar_url":"https://github.com/InnoFang.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# casual-talk\n\nBuild a forum in Go. Learn from [gwp](https://github.com/sausheong/gwp) and make some change.\n\n[![](https://img.shields.io/badge/license-MIT-yellowgreen)](./LICENSE) ![](https://img.shields.io/badge/database-MySQL-blue)\n\n\n## How to run\n\nClone this project under `$GOPATH/src`, then create a database (it's ok whatever you want to named) and create some tables \nby following [`data/setup.sql`](./data/setup.sql). After that, configure your MySql username, password and database name \nin [`data/sql.json`](./data/sql.json).\n\nA MySql driver is required\n\n```\n$ go get github.com/go-sql-driver/mysql\n```\n\nthen you can run it\n```\n$ cd $GOPATH/src/casual-talk\n\n$ go run main.go \n```\n\nBTW, if you want to run this project in Docker directly, you need to link this container with MySQL container, that is to \nsay you have been pull MySQL image and run MySQL with docker before you run this.\n\n```\n$ docker build -t casual-talk .\n$ docker run --link mysql:mysql -p 8080:8080 casual-talk\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finnofang%2Fcasual-talk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finnofang%2Fcasual-talk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finnofang%2Fcasual-talk/lists"}