金控平台

wq c4433872cb Merge branch 'master' of http://git.cc-lotus.info/financial_platform/service-financial 4 anni fa
.vscode 0f3289ccbe 金控平台服务端 5 anni fa
app c4433872cb Merge branch 'master' of http://git.cc-lotus.info/financial_platform/service-financial 4 anni fa
config 18a479b5c0 hh 4 anni fa
test 0f3289ccbe 金控平台服务端 5 anni fa
.autod.conf.js 0f3289ccbe 金控平台服务端 5 anni fa
.eslintignore 0f3289ccbe 金控平台服务端 5 anni fa
.eslintrc 0f3289ccbe 金控平台服务端 5 anni fa
.gitignore 0f3289ccbe 金控平台服务端 5 anni fa
.travis.yml 0f3289ccbe 金控平台服务端 5 anni fa
README.md 466b3a5d11 空格 5 anni fa
appveyor.yml 0f3289ccbe 金控平台服务端 5 anni fa
ecosystem.config.js 2449aef8a1 hh 4 anni fa
jsconfig.json 0f3289ccbe 金控平台服务端 5 anni fa
package.json ad566e44ff 对接关注 4 anni fa
server.js 0f3289ccbe 金控平台服务端 5 anni fa

README.md

service-financial

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.