Browse Source
update README.md.
Signed-off-by: blue <825657193@qq.com>
master
blue
3 years ago
committed by
Gitee
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with
3 additions and
3 deletions
-
README.md
|
|
|
@ -1,5 +1,5 @@ |
|
|
|
|
|
|
|
### 项目介绍 |
|
|
|
#### 项目介绍 |
|
|
|
|
|
|
|
1. 盒子IM是一个仿微信实现的网页版聊天软件,目前完全开源,仅用于学习和交流。 |
|
|
|
1. 支持私聊、群聊、离线消息、发送图片、文件、好友在线状态显示等功能。 |
|
|
|
@ -18,7 +18,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#### 在线体验 |
|
|
|
### 在线体验 |
|
|
|
体验地址:https://www.boxim.online |
|
|
|
|
|
|
|
账号: |
|
|
|
@ -58,7 +58,7 @@ |
|
|
|
- 安装node:v14.16.0 |
|
|
|
- 安装jdk:1.8 |
|
|
|
- 安装maven:3.6.3 |
|
|
|
- 安装mysql:5.7,密码分别为root/root |
|
|
|
- 安装mysql:5.7,密码分别为root/root,运行sql脚本(脚本在im-platfrom的resources/db目录) |
|
|
|
- 安装redis:4.0 |
|
|
|
- 安装minio,命令端口使用9001,并创建一个名为"box-im"的bucket,并设置访问权限为公开 |
|
|
|
|
|
|
|
|