Added getter, deleter and poster

This commit is contained in:
Sven laptop
2026-07-20 22:46:48 +02:00
parent ac296ecda4
commit 9749eb6dc4
8 changed files with 1511 additions and 1 deletions
+11 -1
View File
@@ -4,10 +4,20 @@
"description": "",
"main": "app.js",
"scripts": {
"dev": "nodemon app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs"
"type": "commonjs",
"dependencies": {
"dotenv": "^17.4.2",
"express": "^5.2.1",
"pg": "^8.22.0",
"router": "^2.2.0"
},
"devDependencies": {
"nodemon": "^3.1.14"
}
}