update README.md

This commit is contained in:
mindskip 2020-10-27 09:13:58 +08:00
parent a78927471d
commit fd74fa76a9

View File

@ -62,20 +62,29 @@ github - mysql [https://github.com/mindskip/xzs-mysql](https://github.com/min
## 使用教程 ## 使用教程
1. redis 安装 * redis 安装
2. 进群获取到数据库脚本创建表初始化数据数据库名称为xzs * 进群获取到数据库脚本创建表初始化数据数据库名称为xzs
3. /uexam/source/xzs为后台代码建议使用IntelliJ IDEA打开在application-dev.yml文件中配置好postgesql/mysql、redis的服务地址打开XzsApplication文件编译运行,默认端口为8000。 * 安装mysql / postgresql 导入sql脚本
4. 学生系统地址:<http://localhost:8000/student>
5. 管理端地址:<http://localhost:8000/admin> ## 后端启动
6. 前端使用webstorm或者vscode分别打开文件夹打开源代码\source\vue\xzs-student和source\vue\xzs-admin
7. 执行下面2个命令安装node_module * /uexam/source/xzs为后台代码建议使用IntelliJ IDEA打开
* 打开application-dev.yml文件中配置好postgesql/mysql、redis的服务地址
* 启动后台程序,默认端口为8000。
* 学生系统地址:<http://localhost:8000/student>
* 管理端地址:<http://localhost:8000/admin>
## 前端启动
* 前端使用webstorm或者vscode分别打开文件夹打开源代码\source\vue\xzs-student和source\vue\xzs-admin
* 执行下面2个命令安装node_module
```npm ```npm
npm config set sass_binary_site https://npm.taobao.org/mirrors/node-sass/ npm config set sass_binary_site https://npm.taobao.org/mirrors/node-sass/
npm install --registry https://registry.npm.taobao.org npm install --registry https://registry.npm.taobao.org
``` ```
8. 执行下面命令,启动前端代码 * 执行下面命令,启动前端代码
```npm ```npm
npm run serve npm run serve