An open API service indexing awesome lists of open source software.

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

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