This project utilizes the following technologies:
- PHP 8.2.1: The server-side scripting language used for developing dynamic web applications and services.
- MySQL 8: The relational database management system employed for storing and managing the project's data.
- PDO driver for SQL Server: This must be installed and enabled on your PHP installation to connect to the database.
- RabbitMQ: The message queue system. Installation instructions.
To get started:
- Rename
.env.example
to.env
- Run
composer install