For leaning Nest framework, I just decide to rewrite the showdoc server api. So this is same as original but in different development language.
The version of showdoc correspond to this repository is 2.8.7. If you want to run the web, please copy the web directory from showdoc to the same directory where you've cloned this repository.
By the way, not all functions will be implemented.
# install
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
please search 'todo' for more TODOs.
以下为空接口,待后面再补充,也可能不会做。
-
/api/ScriptCron/run 由网站前台脚本触发的周期任务
-
/api/update/checkDb 检测更新数据库
-
api/adminUser/checkUpdate 检查 showdoc 的更新