# MindTogether新概念思聚线上协作交流平台 **Repository Path**: Janus_Feng/MindTogether ## Basic Information - **Project Name**: MindTogether新概念思聚线上协作交流平台 - **Description**: 一个大创项目 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 2 - **Created**: 2020-08-07 - **Last Updated**: 2023-12-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MindTogether 新概念思聚线上协作交流平台 [![MindTogether](https://img.shields.io/badge/Gitee-yellow.svg?style=social&logo=git)](https://gitee.com/Janus_Feng/MindTogether) [![主要使用Java语言开发](https://img.shields.io/badge/language-Java-green.svg)](https://www.oracle.com/java/technologies/javase/javase-jdk8-downloads.html) ### 一、背景 ### 二、安装 - ##### 前端项目 | name | content | | -------- | --------------- | | 项目名 | frontend | | 开发工具 | VS Code | | 开发环境 | Node.js、Vue.js | - ##### 后端项目 | name | content | | -------- | ----------------- | | 项目名 | backend | | 开发工具 | IDEA 2018以上版本 | | 开发环境 | Jdk 8、MySql 8.0+ | - ##### 其他 | name | content | | -------- | --------------------- | | 工作日志 | 存放开发日志 | | webshell | 尚未移植到vue的源项目 | ### 三、运行 1. 数据库连接添加用户root,密码1234,新建数据库mindtogether,导入mindtogether.sql文件。 2. VS Code打开项目frontend,控制台运行npm install 和 npm run dev 3. npm安装失败可尝试yarn install及yarn start 4. IDEA打开项目backend,运行MindTogetherApplication 5. 浏览器输入http://localhost:9520/ 打开网页 ### 四、功能清单 ### 五、参考项目 - **画板** https://github.com/kxsq123/drawing-board - **框架** https://github.com/Heeexy/SpringBoot-Shiro-Vue https://github.com/lihengming/spring-boot-api-project-seed - **通信** https://github.com/mrniko/netty-socketio-demo