This project is built using the Webman framework, which is a high-performance PHP framework for building web applications. 使用webman以及gatwayworker实现的简单排队叫号系统
- PHP
- JavaScript
- Composer
- Bootstrap
- PHP 7.4 or higher
- Composer
-
Clone the repository:
git clone https://github.com/zx2020-07/queue.git cd queue
-
Install PHP dependencies:
composer install
-
Install JavaScript dependencies:
Import the SQL file located at sql/queue.sql.
-
Set up environment variables:
Copy the
.env.example
file to.env
and adjust the settings as needed.cp .env.example .env
-
Run the application:
php start.php start
The application will be available at
http://localhost:8787
.
- Access the application in your web browser at
http://localhost:8787
. - To view the queue status, navigate to
/status.html
.
This project is licensed under the MIT License. See the LICENSE file for details.