文件名称:guess-word-api-nestjs
文件大小:102KB
文件格式:ZIP
更新时间:2024-05-09 02:13:21
TypeScript
描述 查看swagger文档以获取API和游戏规则 安装 $ npm install 运行应用 # watch mode $ npm run start:dev # production mode $ npm run start:prod 测试 # unit tests $ npm run test # test coverage $ npm run test:cov
【文件预览】:
guess-word-api-nestjs-master
----.gitignore(389B)
----package.json(2KB)
----package-lock.json(315KB)
----src()
--------app.module.ts(514B)
--------word-generator()
--------main.ts(287B)
--------constants()
--------swagger()
--------app.service.ts(138B)
--------game()
--------app.controller.ts(362B)
----tsconfig.json(339B)
----.eslintrc.js(631B)
----README.md(308B)
----tsconfig.build.json(97B)
----test()
--------app.e2e-spec.ts(690B)
--------jest-e2e.json(183B)
----.prettierrc(51B)
----nest-cli.json(64B)