โครงสร้างเพิ่มอัพโหลด user

This commit is contained in:
Kittapath 2024-04-16 07:50:17 +07:00
parent be703f8e3b
commit 422b0f3b87
7 changed files with 636 additions and 70 deletions

View file

@ -27,12 +27,14 @@
"typescript": "^5.3.3"
},
"dependencies": {
"@nestjs/platform-express": "^10.3.7",
"@tsoa/runtime": "^6.0.0",
"axios": "^1.6.8",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"fast-jwt": "^3.3.2",
"multer": "^1.4.5-lts.1",
"mysql2": "^3.9.1",
"node-cron": "^3.0.3",
"promise.any": "^2.0.6",
@ -40,6 +42,7 @@
"swagger-ui-express": "^5.0.0",
"tsoa": "^6.0.1",
"typeorm": "^0.3.19",
"typeorm-cli": "^1.0.7"
"typeorm-cli": "^1.0.7",
"xlsx": "^0.18.5"
}
}