Update README.md

master
pecfmfujl 4 weeks ago
parent ffad2e1822
commit b3880387fb

@ -1,63 +1,36 @@
1. 校园兼职平台服务端 jianzhi-portal https://github.com/zzhougy/jianzhi-server.git # jianzhi-manage-web
2. 校园兼职平台门户 jianzhi-portal https://github.com/zzhougy/jianzhi-portal.git
3. 校园兼职平台聊天界面 jianzhi-webim https://github.com/zzhougy/jianzhi-webim.git #### Description
4. 校园兼职平台后台管理 jianzhi-webim https://github.com/zzhougy/jianzhi-manage-web.git jianzhi-manage-web 兼职管理后台
#### Software Architecture
#### 项目介绍 Software architecture description
本系统用户分为三类:后台管理员(超级管理员,普通管理员),求职者(学生),
招聘人员(负责人、普通招聘人员)。本系统主要分为前台和后台,前台面向的是所有用 #### Installation
户,后台面向的是系统管理员,可以对网站信息及用户数据进行管理。
1. xxxx
前台实现的模块功能需求: 2. xxxx
1) 用户进行账号的登录、注册 3. xxxx
2) 用户按关键词、条件搜索岗位和企业,浏览岗位和企业的详细信息
3) 求职者可以对自己个人基本信息进行查看和编辑,进行简历投递,查看简历投递记录和进度 #### Instructions
4) 招聘单位对个人账号信息查看和编辑,发布和编辑岗位信息,查看收到的简历。企业负责人对企业信息的编辑及审核信息提交
5) 即时通讯,求职者与招聘人员进行私聊 1. xxxx
6) 用户可以对求职者或招聘单位进行评价、投诉 2. xxxx
3. xxxx
后台实现的模块功能需求:
1) 管理员查看、编辑求职者和招聘单位人员基本信息,对招聘单位提交的企业信息进行审核 #### Contribution
2) 管理员可以查看、编辑招聘单位发布的兼职信息
3) 管理员对违规的账号或招聘单位进行封禁处理 1. Fork the repository
4) 超级管理员能够管理平台所有用户的角色及角色所拥有的权限 2. Create Feat_xxx branch
3. Commit your code
4. Create Pull Request
#### 界面截图
![](./image/1.png)
![](./image/2.png) #### Gitee Feature
![](./image/3.png)
![](./image/4.png) 1. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md
![](./image/5.png) 2. Gitee blog [blog.gitee.com](https://blog.gitee.com)
![](./image/6.png) 3. Explore open source project [https://gitee.com/explore](https://gitee.com/explore)
4. The most valuable open source project [GVP](https://gitee.com/gvp)
5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help)
6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Run your tests
```
npm run test
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).

Loading…
Cancel
Save