Sentinel is a machine learning-powered Intrusion Detection System designed for real-time threat detection and network monitoring.
your network guardian
Sentinel is ideal for network administrators and security professionals who need to monitor network traffic and detect potential threats in real-time. It can be used in various environments to enhance network security and provide immediate alerts on suspicious activities.
Ensure all prerequisites are installed before running the setup script, and follow the installation steps carefully to avoid configuration issues.
Clone the repository: git clone https://github.com/your-username/sentinel.git
Navigate to the directory: cd sentinel
Run the configuration script for Linux/Mac: sh setup.sh or bash setup.sh
Run the configuration script for Windows: Right click on setup.bat and open it as administrator
Install dependencies: npm install
Run backend and frontend concurrently: npm start
Access the application via the displayed URL in your browser
git clone https://github.com/your-username/sentinel.git
Clones the Sentinel repository to your local machine.
sh setup.sh
Runs the setup script for Linux/Mac to configure the environment.
npm install
Installs the necessary dependencies for the frontend.
npm start
Starts the backend and frontend servers concurrently.