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

lrf 2c79a52966 ts template il y a 2 ans
app 2c79a52966 ts template il y a 2 ans
config 8dab259d41 config il y a 3 ans
test 09db1af245 init il y a 3 ans
.autod.conf.js 09db1af245 init il y a 3 ans
.babelrc 2fac2c585c update il y a 3 ans
.eslintignore 09db1af245 init il y a 3 ans
.eslintrc 2fac2c585c update il y a 3 ans
.gitignore 09db1af245 init il y a 3 ans
README.md 09db1af245 init il y a 3 ans
app.js 2fac2c585c update il y a 3 ans
ecosystem.config.js 09db1af245 init il y a 3 ans
jsconfig.json 2fac2c585c update il y a 3 ans
package.json 8d9771101e update il y a 2 ans
server.js 09db1af245 init il y a 3 ans

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.