First, build up and run docker containers:
cd docker/ && docker-compose up --build
Then install all dependencies with Composer from src
directory:
cd ../src
composer install
To create the project schema, run migration:
php bin/console doctrine:mi:mi
To load fixtures data, run:
php bin/console doctrine:fi:lo
Now, at http://localhost/app/quiz you can take the quiz and check results