Clone the code to a local directory using:
git clone https://github.com/lavdiu/DemoProject.gitthen, in PowerShell run:
docker-compose build
docker-compose up -d
docker exec web.app composer install --no-interaction --no-progress --no-suggest --no-ansi
Navigate to http://localhost:8080/ to see the demo.
The credentials are:
username: administrator
password: administrator
To explore the database structure and data, use the following credentials:
Database Type: MariaDB
Host: localhost
Port: 3307
User: app
Password: app