{"id":20554907,"url":"https://github.com/linlindu/messageboard","last_synced_at":"2026-04-17T18:31:18.937Z","repository":{"id":203462272,"uuid":"193355272","full_name":"LinlinDu/messageBoard","owner":"LinlinDu","description":"a restful messageboard api","archived":false,"fork":false,"pushed_at":"2019-06-25T06:21:26.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-12-06T20:54:29.540Z","etag":null,"topics":["api","gin","golang","graceful-shutdown","jwt","restful"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LinlinDu.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}},"created_at":"2019-06-23T14:04:44.000Z","updated_at":"2019-06-25T06:21:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"aaa2aa1f-d96f-4fc9-818f-94d2195da57b","html_url":"https://github.com/LinlinDu/messageBoard","commit_stats":null,"previous_names":["linlindu/messageboard"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/LinlinDu/messageBoard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinlinDu%2FmessageBoard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinlinDu%2FmessageBoard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinlinDu%2FmessageBoard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinlinDu%2FmessageBoard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LinlinDu","download_url":"https://codeload.github.com/LinlinDu/messageBoard/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinlinDu%2FmessageBoard/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31940692,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T17:29:20.459Z","status":"ssl_error","status_checked_at":"2026-04-17T17:28:47.801Z","response_time":62,"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":["api","gin","golang","graceful-shutdown","jwt","restful"],"created_at":"2024-11-16T03:14:23.306Z","updated_at":"2026-04-17T18:31:18.922Z","avatar_url":"https://github.com/LinlinDu.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# messageboard\na restful messageboard api\n\n## installation\n```\n$go get github.com/LinlinDu/messageBoard\n```\n\n## How to run\n\n### Required\n\n- Mysql\n\n### Ready\n\nCreate a **message_board database** and import [SQL](https://github.com/LinlinDu/messageBoard/blob/master/docs/message_board.sql)\n\n### Conf\n\nYou should modify `conf/app.ini`\n\n```\n#debug or release\nRunMode = release\n\n[app]\nJWTSecret = 23347$040412\n\nImagePrefixUrl = http://127.0.0.1:8000/\nImageSavePath = runtime/upload/images/\n# MB\nImageMaxSize = 5\nImageAllowExts = .jpg,.jpeg,.png\n\nLogSavePath = runtime/logs/\nLogFileExt = log\nTimeFormat = 20060102\n\n[server]\nHTTPPort = 8000\nReadTimeout = 60\nWriteTimeout = 60\n...\n```\n\n### Run\n```\n$cd $GOPATH/src/messageBoard\n```\nuse port value in ini file \n```\n$go run main.go\n```\nor set new port\n```\n$go run main.go -port 8080\n```\n## Features\n+ RESTful API\n+ log\n+ Jwt-go\n+ Gin\n+ Graceful stop\n+ App configurable\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinlindu%2Fmessageboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flinlindu%2Fmessageboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinlindu%2Fmessageboard/lists"}