mirror of https://github.com/certd/certd
BREAKING CHANGE: 接口配置变更 |
||
|---|---|---|
| .. | ||
| db/migration | ||
| src | ||
| test/controller | ||
| .dockerignore | ||
| .editorconfig | ||
| .eslintrc.json | ||
| .gitignore | ||
| .prettierrc.js | ||
| Dockerfile | ||
| LICENSE | ||
| README.md | ||
| README.zh-CN.md | ||
| app.js | ||
| bootstrap.js | ||
| f.yaml | ||
| jest.config.js | ||
| package.json | ||
| tsconfig.json | ||
README.md
fast-server-js
base on midway
QuickStart
nodejs需要16以上
Development
$ npm i
# 如果遇到sqlite安装失败时
# 建议使用cnpm
# npm install -g cnpm
# cnpm install
$ npm run dev
$ open http://localhost:7001/
Deploy
$ npm start
npm scripts
- Use
npm run lintto check code style. - Use
npm testto run unit test.
see [midway docs][ https://midwayjs.org] for more detail.