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

lrf 9838618f73 多个逗号 2 vuotta sitten
app 9838618f73 多个逗号 2 vuotta sitten
config 8dab259d41 config 2 vuotta sitten
test 09db1af245 init 3 vuotta sitten
.autod.conf.js 09db1af245 init 3 vuotta sitten
.babelrc 2fac2c585c update 2 vuotta sitten
.eslintignore 09db1af245 init 3 vuotta sitten
.eslintrc 2fac2c585c update 2 vuotta sitten
.gitignore 09db1af245 init 3 vuotta sitten
README.md 09db1af245 init 3 vuotta sitten
app.js 2fac2c585c update 2 vuotta sitten
ecosystem.config.js 09db1af245 init 3 vuotta sitten
jsconfig.json 2fac2c585c update 2 vuotta sitten
package.json 2fac2c585c update 2 vuotta sitten
server.js 09db1af245 init 3 vuotta sitten

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.