Table of contents
This project was made during my internship at Qwesteo. The goal was to get used to the Symfony framework in a context that is the closest to what I was going to work on.
- Clone the project
- Download and install the Symfony CLI (https://symfony.com/download)
- Download and install Composer (https://getcomposer.org/download/)
- Download and install Yarn (https://classic.yarnpkg.com/lang/en/docs/install)
- Go inside the project
- Run
composer install - Run
yarn install - Run
yarn encore dev - Run
php bin/console doctrine:database:create - Run
php bin/console d:s:u --force - Run
php bin/console doctrine:fixtures:load(creates a user, random quizes, results...) - Start the server with
symfony server:start - Log in with "admin@gmail.com" and the password "azerty"
Axel IGHIR - axel.ighir@outlook.fr
Project link: Quizie