Skip to content

Commit

Permalink
feat: add upload api
Browse files Browse the repository at this point in the history
  • Loading branch information
wwei-github committed Feb 5, 2024
1 parent ce32d20 commit 6123ecc
Show file tree
Hide file tree
Showing 12 changed files with 7,969 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,16 @@
"@nestjs/platform-express": "^10.0.0",
"@nestjs/swagger": "^7.1.13",
"@prisma/client": "^5.4.2",
"@types/multer": "^1.4.11",
"aws-sdk": "^2.1550.0",
"axios": "^1.6.2",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"download": "^8.0.0",
"reflect-metadata": "^0.1.13",
"request": "^2.88.2",
"rxjs": "^7.8.1"
"rxjs": "^7.8.1",
"uuid": "^9.0.1"
},
"devDependencies": {
"@commitlint/cli": "^17.7.2",
Expand Down
Loading

0 comments on commit 6123ecc

Please sign in to comment.