initial commit

This commit is contained in:
Yankovskaya Natalia
2023-10-25 10:05:46 +03:00
commit 6bdfd08c10
6 changed files with 986 additions and 0 deletions

20
package.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "nodejs-api-webapp",
"version": "1.0.0",
"dependencies": {
"body-parser": "^1.16.0",
"express": "^4.18.2"
},
"description": "https://nodejsdev.ru/guides/metanit/express-api/",
"main": "app.js",
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "http://kormcraft.ddns.net:3000/Antone/TIS-lab4.git"
},
"author": "Antone",
"license": "UNLICENSED"
}