improvement for deplyment to cloud

This commit is contained in:
Vadher
2026-07-19 15:48:57 +05:30
parent b4c54c0309
commit 803efec35a
8 changed files with 16897 additions and 165682 deletions
+3 -2
View File
@@ -2,8 +2,9 @@
"name": "uptime_monitor",
"version": "1.0.0",
"description": "A lightweight **URL Health Monitoring** application built with **Node.js, Express, WebSocket, Axios, and Docker**. The application periodically checks the health of registered URLs and updates the frontend in real time using WebSockets.",
"main": "index.js",
"main": "app.js",
"scripts": {
"start": "node backend/app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
@@ -18,4 +19,4 @@
"express": "^5.2.1",
"ws": "^8.21.1"
}
}
}