- User authentication
- RFID tag scanning
- Access control
- Log monitoring
- Real-time alerts
- Clone the repository:
git clone https://github.com/Tktirth/RFID-SECURITY-SYSTEM.git
- Navigate to the project directory:
cd RFID-SECURITY-SYSTEM - Install dependencies:
npm install
- Set up the database and configuration files as instructed in the setup guide.
- Start the application:
npm start
- Access the application in your web browser at
http://localhost:3000.
- POST /api/auth/login: Login to the system using user credentials.
- GET /api/rfid: Get all registered RFID tags.
- POST /api/rfid: Register a new RFID tag.
- DELETE /api/rfid/:id: Remove a registered RFID tag.
- GET /api/logs: Retrieve access logs.
- GET /api/alerts: Get current alerts for unauthorized access.
For more detailed instructions please refer to the complete documentation in the repository.