Skip to content

Latest commit

 

History

History
58 lines (37 loc) · 1.25 KB

README.md

File metadata and controls

58 lines (37 loc) · 1.25 KB

license

mern-logo.png

Network Monitoring - MERN stack

A full stack application developed using MERN stack that checks the up and down status of network devices like Switch, Access Points, Servers, Domains, etc. Includes informative charts using chart.js with device down email notifications using Node Mailer.

Run the System

Clone the Repositoy:

git clone https://github.com/IdreesEtewy/Network-Monitor

Go Inside the directory:

cd Network-Monitor

Build the docker image:

docker-compose build

Run the docker container on the background:

docker-compose up -d

Check the application:

http://localhost:3003/     [frontend]
http://localhost:5005/     [backend API]

Stop the System

Stopping the running container can be done with a single command:

docker-compose down

If you need to stop and remove containers, networks, and all images used by any service in docker-compose.yml file, use the command:

docker-compose down --rmi all

URL

  • Site live at [Not deployed yet]