an app to watch your server resources and files in real time
clone the source code
git clone https://github.com/hexxt-git/server-monitor/
make sure you have a javascript runtime installed and install the dependencies
- for the backend
cd backend;
bun install;
bun .;
- for the frontend
cd frontend;
bun install;
bun dev --host;
now open http://localhost:5173
for localhost or, http://<your ip address>:5173
on another device
this project was made for 'hollow dev' micro club's internal backend development challenges competition and it won us first place