This commit is contained in:
kogleee
2023-11-08 15:18:30 +03:00
commit a4c176e9d2
5 changed files with 1226 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"
}
}