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

lrf 2fac2c585c update 3 лет назад
app 2fac2c585c update 3 лет назад
config 09db1af245 init 3 лет назад
test 09db1af245 init 3 лет назад
.autod.conf.js 09db1af245 init 3 лет назад
.babelrc 2fac2c585c update 3 лет назад
.eslintignore 09db1af245 init 3 лет назад
.eslintrc 2fac2c585c update 3 лет назад
.gitignore 09db1af245 init 3 лет назад
README.md 09db1af245 init 3 лет назад
app.js 2fac2c585c update 3 лет назад
ecosystem.config.js 09db1af245 init 3 лет назад
jsconfig.json 2fac2c585c update 3 лет назад
package.json 2fac2c585c update 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.