The pps-frontend-logs-monitor project is a React-based frontend application designed to monitor and visualize logs generated by various backend applications within the AIT-CS-IaaS organization. This monitoring system focuses on four key applications:
-
IP Camera (Repository: pps-camera)
- Provides visual data through RTSP camera feeds.
-
Multi-Factor Authentication Access Control Panel (Repository: pps-mfa-acp)
- Simulated input panel for sending employee information to the Central Access Control System.
-
Facial Recognition System (Repository: pps-frs)
- Utilizes facial recognition technology for identity verification.
-
Central Access Control System (Repository: pps-cacs)
- Manages access control centrally across the entire system.
This React frontend serves as a unified dashboard to monitor the logs generated by these applications, all of which are powered by Flask on the backend. The user-friendly interface allows administrators and operators to track activities, errors, and events in real-time, providing valuable insights into the performance and security of the integrated services.
- Real-time log monitoring for multiple backend applications.
- Clear visualization of logs with filtering and search capabilities.
- Responsive design for seamless use on various devices.
-
Clone this repository:
git clone https://github.com/ait-cs-IaaS/pps-frontend-logs-monitor.git
-
Install dependencies:
npm install
-
Start the development server:
npm start
-
Access the monitoring dashboard in your browser:
http://localhost:3000
Note: This project is currently in development and not the final production version.