improvement

This commit is contained in:
Vadher
2026-07-19 16:39:49 +05:30
parent 803efec35a
commit 5db5d5c7d3
7 changed files with 2007 additions and 18764 deletions
+2 -3
View File
@@ -2,10 +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": "app.js",
"main": "./backend/app.js",
"scripts": {
"start": "node backend/app.js",
"test": "echo \"Error: no test specified\" && exit 1"
"start": "node backend/app.js"
},
"keywords": [],
"author": "Akshay Vadher",