# axios 服务端
#### 环境构建
```
npm init -y
npm i express
npm i --save multer //文件上传使用
npm i
npm i -g nodemon
nodemon app