Skip to content

alexrozz/quiz1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published