README, комментарии в коде, чистка requirements.txt

This commit is contained in:
2026-07-22 10:25:51 +04:00
parent 03fefc07fd
commit d8fde896b9
4 changed files with 288 additions and 39 deletions
+9 -2
View File
@@ -2,6 +2,13 @@
"name": "iot-consumer",
"version": "1.0.0",
"main": "server.js",
"scripts": { "start": "node server.js" },
"dependencies": { "amqplib": "^0.10.0", "express": "^4.21.0", "redis": "^4.7.0", "mongodb": "^6.0.0" }
"scripts": {
"start": "node server.js"
},
"dependencies": {
"amqplib": "^0.10.0",
"express": "^4.21.0",
"redis": "^4.7.0",
"mongodb": "^6.0.0"
}
}