No Description

liuyu 3ae4209246 增加上传视频格式 4 years ago
app 1e449093d2 upload接口增加路径参数item,用来指定上传后的文件名 5 years ago
config 3ae4209246 增加上传视频格式 4 years ago
test 1e449093d2 upload接口增加路径参数item,用来指定上传后的文件名 5 years ago
.autod.conf.js db4bdae68b first commit 6 years ago
.eslintignore db4bdae68b first commit 6 years ago
.eslintrc db4bdae68b first commit 6 years ago
.gitignore db4bdae68b first commit 6 years ago
README.md db4bdae68b first commit 6 years ago
README.zh-CN.md db4bdae68b first commit 6 years ago
ecosystem.config.js db4bdae68b first commit 6 years ago
package.json fdde9da9b7 upgrade 5 years ago
server.js db4bdae68b first commit 6 years ago

README.md

filestore

QuickStart

see egg docs for more detail.

Development

$ npm i
$ npm run dev
$ open http://localhost:7001/

Deploy

$ npm start
$ npm stop

npm scripts

  • Use npm run lint to check code style.
  • Use npm test to run unit test.
  • Use npm run autod to auto detect dependencies upgrade, see autod for more detail.