Test task for hiring.
cp .env.example .env
composer install
php install.php
php -S 127.0.0.1:8000 -t ./public
cp .env.example .env
docker-compose up -d
docker-compose exec php /bin/bash
php install.php
Database: localhost:3377
Test task for hiring.
cp .env.example .env
composer install
php install.php
php -S 127.0.0.1:8000 -t ./public
cp .env.example .env
docker-compose up -d
docker-compose exec php /bin/bash
php install.php
Database: localhost:3377