Add file upload functionality

This commit is contained in:
aronmal 2022-11-09 21:34:20 +01:00
parent 5e4554710c
commit f3c3f15f3a
Signed by: aronmal
GPG key ID: 816B7707426FC612
6 changed files with 217 additions and 5 deletions

View file

@ -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",