A upload service build by eggjs.
config/config.default.js
secPath 设置可上传的上级路径
multipart
|-- fileExtensions 设置可上传的文件后缀see egg docs for more detail.
$ npm i
$ npm run dev
$ open http://localhost:7001/$ npm start
$ npm stop- Use
npm run lintto check code style. - Use
npm testto run unit test. - Use
npm run autodto auto detect dependencies upgrade, see autod for more detail.