super commit

This commit is contained in:
qwr
2023-11-10 09:20:59 +03:00
commit 19b1d25b95
13 changed files with 1294 additions and 0 deletions

10
package.json Normal file
View File

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