https://github.com/ddzy/react-employ-app
A real-time recruitment webapp using react
https://github.com/ddzy/react-employ-app
Last synced: over 1 year ago
JSON representation
A real-time recruitment webapp using react
- Host: GitHub
- URL: https://github.com/ddzy/react-employ-app
- Owner: ddzy
- License: mit
- Created: 2018-08-01T11:05:00.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T08:50:31.000Z (over 3 years ago)
- Last Synced: 2025-02-27T14:32:23.950Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 833 KB
- Stars: 60
- Watchers: 0
- Forks: 9
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-employ-app
## Desc
- 具有实时聊天功能的招聘APP
- 前端(```React```, ```React-router-dom```, ```redux```, ```antd-mobild```, ```axios```)
- 后台(```MongoDB```, ```Socket.io```, ```Express```, ```Express```)
- 前后端连调采用 JWT 实现
## Dep
```
npm install
npm install -g nodemon
```
## Run
```
npm start
cd server & nodemon server.js
```
## Build
```
npm run build
```
## Notice
```
1. 后台的聊天信息分组尚未完善, 会有少许bug, 后续完善
2. 某些依赖包源码存在问题, 后续会提pr修复
```
### Enjoy