This commit is contained in:
Volodya
2023-10-25 12:19:00 +03:00
commit f34f0eecf7
17 changed files with 1305 additions and 0 deletions

9
package.json Normal file
View File

@@ -0,0 +1,9 @@
{
"name": "webapp",
"version": "1.0.0",
"dependencies": {
"body-parser": "^1.16.0",
"express": "^4.14.0",
"multer": "^1.4.5-lts.1"
}
}