This commit is contained in:
Volodya
2023-10-25 11:51:44 +03:00
parent 4b192915ed
commit ada5fc2e11
54 changed files with 1178 additions and 7 deletions

8
expressapp/package.json Normal file
View File

@@ -0,0 +1,8 @@
{
"name": "webapp",
"version": "1.0.0",
"dependencies": {
"body-parser": "^1.16.0",
"express": "^4.14.0"
}
}