{"id":22663394,"url":"https://github.com/efjerryyang/gomoku-online","last_synced_at":"2025-03-29T09:14:30.640Z","repository":{"id":198113137,"uuid":"622164375","full_name":"efJerryYang/gomoku-online","owner":"efJerryYang","description":"Gomoku Online - HITSZ Distributed Systems Course Project 1 in Spring 2023. | 在线五子棋 - HITSZ 分布式系统 课程项目1 2023春","archived":false,"fork":false,"pushed_at":"2023-10-04T00:43:33.000Z","size":686,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-03T23:41:27.370Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","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/efJerryYang.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}},"created_at":"2023-04-01T10:08:19.000Z","updated_at":"2023-04-16T02:15:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"3e8a5b94-181a-4517-888f-14617332436a","html_url":"https://github.com/efJerryYang/gomoku-online","commit_stats":null,"previous_names":["efjerryyang/gomoku-online"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/efJerryYang%2Fgomoku-online","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/efJerryYang%2Fgomoku-online/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/efJerryYang%2Fgomoku-online/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/efJerryYang%2Fgomoku-online/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/efJerryYang","download_url":"https://codeload.github.com/efJerryYang/gomoku-online/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246162150,"owners_count":20733357,"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":[],"created_at":"2024-12-09T12:18:50.585Z","updated_at":"2025-03-29T09:14:30.614Z","avatar_url":"https://github.com/efJerryYang.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gomoku Online\n\n[English](./README.md) | [中文](./README_zh.md)\n\n## Introduction\n\nGomoku Online - HITSZ Distributed Systems Course Project 1 in Spring 2023.\n\nSee `docs/` for more details:\n\n- [setup-and-run-the-project](docs/setup-and-run-the-project.md): Detailed setup guide for the project.\n- [documentation.md](docs/documentation.md): Documentation for the project.\n- [documentation-appendix.md](docs/documentation-appendix.md): Appendix for the documentation (includes demo).\n- [workflow.md](docs/workflow.md): Draft design of the workflow.\n- [debugging-notes.md](docs/debugging-notes.md): Debugging notes.\n\n## Tech Stack\n\n| Tech stack                                            | Description                                                                                        |\n| ----------------------------------------------------- | -------------------------------------------------------------------------------------------------- |\n| [Vue.js](https://vuejs.org/)                          | A progressive JavaScript framework used for building user interfaces and single-page applications. |\n| [Spring Boot](https://spring.io/projects/spring-boot) | A popular Java-based open-source framework used for building web applications.                     |\n\n\u003c!-- | [Mybatis](https://mybatis.org/mybatis-3/)             | A persistence framework with support for custom SQL, stored procedures and advanced mappings. | --\u003e\n\u003c!-- | [MySQL](https://www.mysql.com/)                       | A relational database management system.                                                      | --\u003e\n\n### How to run\n\nFrontend is a `Vue.js` project, the built `dist` directory can be loaded by web server like `nginx`, or you can use `npm` to run it locally as follows:\n\n```sh\ncd gomoku-online-frontend/  # Goto frontend working directory\nnpm install  # Project setup\nnpm run dev  # Compile and hot-reload for development\n```\n\nBackend is a `Spring Boot` project. It is managed by `maven`, so you can run the following to build it manually:\n\n```sh\ncd gomoku-online-backend/  # Goto backend working directory\nmvn install  # Install necessary dependencies\nmvn clean package  # Build an executable jar file for the backend project\n```\n\nAlternatively, you can directly run the released `jar` binary in the following way. It is important to notice that you should replace the `\u003cversion\u003e` with the exact version of the `jar` file (e.g. `0.1.0`).\n\n```sh\njava -jar gomoku-online-\u003cversion\u003e.jar # Run the jar file\n```\n\n## Reference\n\n- Inspired by the online gomoku game: [Play Gomoku Online](https://gomokuonline.com/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fefjerryyang%2Fgomoku-online","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fefjerryyang%2Fgomoku-online","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fefjerryyang%2Fgomoku-online/lists"}