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

lrf 3911d06725 添加ts模板的 es类型 7 months ago
.vscode 9ae1b0b9dd update 1 year ago
app 3911d06725 添加ts模板的 es类型 7 months ago
config caa51a49d8 更新 'config/config.default.js' 1 year ago
test 09db1af245 init 3 years ago
.autod.conf.js 09db1af245 init 3 years ago
.babelrc 2fac2c585c update 2 years ago
.eslintignore 09db1af245 init 3 years ago
.eslintrc 2fac2c585c update 2 years ago
.gitignore 09db1af245 init 3 years ago
README.md 09db1af245 init 3 years ago
app.js 2fac2c585c update 2 years ago
ecosystem.config.js 09db1af245 init 3 years ago
jsconfig.json 2fac2c585c update 2 years ago
package.json 8d9771101e update 2 years ago
server.js 09db1af245 init 3 years ago

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.