生成数据库文件工具服务端

lrf 67cb22cf56 导出 hace 3 años
app 67cb22cf56 导出 hace 3 años
config 09db1af245 init hace 3 años
test 09db1af245 init hace 3 años
.autod.conf.js 09db1af245 init hace 3 años
.eslintignore 09db1af245 init hace 3 años
.eslintrc 09db1af245 init hace 3 años
.gitignore 09db1af245 init hace 3 años
README.md 09db1af245 init hace 3 años
ecosystem.config.js 09db1af245 init hace 3 años
package.json 67cb22cf56 导出 hace 3 años
server.js 09db1af245 init hace 3 años

README.md

db-init-server

快速制作数据库表

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.