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

lrf 35042fcf64 修改模板内容,添加默认值 3 年之前
app 35042fcf64 修改模板内容,添加默认值 3 年之前
config 09db1af245 init 3 年之前
test 09db1af245 init 3 年之前
.autod.conf.js 09db1af245 init 3 年之前
.eslintignore 09db1af245 init 3 年之前
.eslintrc 09db1af245 init 3 年之前
.gitignore 09db1af245 init 3 年之前
README.md 09db1af245 init 3 年之前
ecosystem.config.js 09db1af245 init 3 年之前
package.json 67cb22cf56 导出 3 年之前
server.js 09db1af245 init 3 年之前

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.