Skip to content

Commit

Permalink
feat: 添加swagger,定义订单model,实践一个文章curd例子
Browse files Browse the repository at this point in the history
  • Loading branch information
coderJerryM committed Aug 18, 2022
1 parent ab8bbb9 commit 5bf7961
Show file tree
Hide file tree
Showing 24 changed files with 962 additions and 432 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,18 @@
"@nestjs/jwt": "^9.0.0",
"@nestjs/passport": "^9.0.0",
"@nestjs/platform-express": "^9.0.8",
"@nestjs/swagger": "^6.0.5",
"@prisma/client": "^4.1.1",
"argon2": "^0.28.7",
"class-transformer": "^0.5.1",
"class-validator": "^0.13.2",
"config": "^3.3.7",
"passport": "^0.6.0",
"passport-jwt": "^4.0.0",
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.2",
"rxjs": "^7.5.6"
"rxjs": "^7.5.6",
"swagger-ui-express": "^4.5.0"
},
"devDependencies": {
"@nestjs/cli": "^9.0.0",
Expand Down
Loading

0 comments on commit 5bf7961

Please sign in to comment.