Add file upload functionality
This commit is contained in:
parent
5e4554710c
commit
f3c3f15f3a
6 changed files with 217 additions and 5 deletions
|
@ -15,6 +15,7 @@
|
|||
"cors": "^2.8.5",
|
||||
"dotenv": "^10.0.0",
|
||||
"express": "^4.17.1",
|
||||
"formidable": "^2.0.1",
|
||||
"socket.io": "^4.5.3",
|
||||
"uuid": "^8.3.2"
|
||||
},
|
||||
|
@ -23,6 +24,7 @@
|
|||
"@types/cors": "^2.8.12",
|
||||
"@types/dotenv": "^8.2.0",
|
||||
"@types/express": "^4.17.13",
|
||||
"@types/formidable": "^2.0.5",
|
||||
"@types/node": "^17.0.0",
|
||||
"@types/uuid": "^8.3.3",
|
||||
"nodemon": "^2.0.15",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue