prima prova

This commit is contained in:
PanSi21 2024-12-14 04:23:29 +01:00
parent 4009b1a0be
commit 1a59bcf2b0
Signed by untrusted user who does not match committer: PanSi21
GPG key ID: 755F8874C65EF462
9 changed files with 1387 additions and 0 deletions

20
package.json Normal file
View file

@ -0,0 +1,20 @@
{
"name": "webapp",
"version": "1.0.0",
"description": "",
"main": "server.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.20.3",
"express": "^4.21.2"
}
}