Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 461 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 461 Bytes

Getting started

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