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

lrf 3911d06725 添加ts模板的 es类型 hai 7 meses
.vscode 9ae1b0b9dd update hai 1 ano
app 3911d06725 添加ts模板的 es类型 hai 7 meses
config caa51a49d8 更新 'config/config.default.js' hai 1 ano
test 09db1af245 init %!s(int64=3) %!d(string=hai) anos
.autod.conf.js 09db1af245 init %!s(int64=3) %!d(string=hai) anos
.babelrc 2fac2c585c update %!s(int64=2) %!d(string=hai) anos
.eslintignore 09db1af245 init %!s(int64=3) %!d(string=hai) anos
.eslintrc 2fac2c585c update %!s(int64=2) %!d(string=hai) anos
.gitignore 09db1af245 init %!s(int64=3) %!d(string=hai) anos
README.md 09db1af245 init %!s(int64=3) %!d(string=hai) anos
app.js 2fac2c585c update %!s(int64=2) %!d(string=hai) anos
ecosystem.config.js 09db1af245 init %!s(int64=3) %!d(string=hai) anos
jsconfig.json 2fac2c585c update %!s(int64=2) %!d(string=hai) anos
package.json 8d9771101e update %!s(int64=2) %!d(string=hai) anos
server.js 09db1af245 init %!s(int64=3) %!d(string=hai) anos

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.