Main Page Preview
- SW Registration Number: C-2024-005406
- Program Name: Zion Visualization Film and QR Code-Based Equipment History Management System
- Creation Date: January 3, 2024
- Registration Date: February 8, 2024
- Authors: Handong Global University Industry-Academic Cooperation Foundation
- Contributors: Yoonmin Ko, Sohyeon Kim, Seokjae Ma
- Application Type: Application Software
- Field of Application: Industrial Equipment Management
npm install # or yarn install
npm start # or yarn start
- User Account Encryption: Utilizes bcrypt hashing function to safely store and verify user passwords, enhancing system security. 🔐
- Automatic Equipment Photography: Uses Raspberry Pi and a camera module to periodically photograph equipment and upload these photos to the server for storage. 📷
- Temperature Detection and Overheating Check: Analyzes the color of the Zion sticker in photos to determine specific temperatures and check for equipment overheating, with data automatically saved in the system. 🌡️
- Overheating Alerts: Generates warnings when equipment is detected as overheated, allowing quick identification of equipment in a critical state.
⚠️ - Real-Time Equipment Status Updates: Updates the home screen with real-time equipment status each time a temperature check is conducted, enabling immediate recognition of normal and abnormal conditions. 🔄
- Administrator Inspection Info Updates: Displays the latest inspection information on the home screen as conducted by administrators, helping users stay informed about the most recent equipment conditions. 🛠️

- Create an instance: For example, name it CTA_Project.
- Start and run the instance: Follow the steps to initialize and access your instance.
Execute the following command in the specified directory to start the database service.
# Execute in ~/WorkSpace/CTA_Web_Project/server folder
node server.js
To start the web service, use the command below:
# Execute in ~/WorkSpace/CTA_Web_Project/ folder
npm start
Access the service by navigating to: http://52.78.24.85:3000/

- Register new equipment using the 'Add Equipment' button. 🆕

- Use the 'Edit' and 'Delete' buttons to modify or remove existing equipment entries. ✏️🗑️

- Manage repair history and monitor equipment status, captured via Raspberry Pi camera module. 📋
- AWS (Amazon Web Services): Activate and configure AWS services.
- Connect Server via Visual Studio Code: Visual Studio Code remote connection setup:
- Email: [email protected]
- Type: MIT License. More details here.