QR-Line is a web-based queue management system utilizing QR codes for efficient and streamlined queue handling.
- QR Code Generation: Generate unique QR codes for users to join the queue.
- Queue Management: Track and manage queue positions in real-time.
- User Interface: Simple and intuitive front-end built with PHP, JavaScript, and Bootstrap.
- Database Integration: Uses MySQL to store and retrieve queue data.
-
Clone the Repository
git clone https://github.com/kyleengreso/qr-line.git cd qr-line
-
Setup Database
- Import the database snapshot found in the
db_snapshot
folder into MySQL. - Configure database credentials in
includes/db_conn.php
.
- Import the database snapshot found in the
-
Run the Application
- Deploy the project on a local or remote server with PHP and MySQL support.
- Open
index.php
in a browser.
- PHP
- MySQL
- JavaScript (for front-end interactions)
- Bootstrap (for responsive UI design)
- Users scan a QR code to join the queue.
- Admins monitor and manage queue positions.
- Real-time updates ensure smooth queue management.
This project is licensed under the MIT License.