This commit is contained in:
example
2023-11-09 21:58:08 +03:00
commit 3e1c549cbc
10 changed files with 2027 additions and 0 deletions

8
API/package.json Normal file
View File

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