Jonathanlight / generate_quiz

generate_quiz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quiz Symfony 5.4

Why ?


Requirements


  • Apache 2.4
  • PHP 7.2
  • MySQL 5.7
  • Composer
  • Yarn

Usage


Installation


git clone git@github.com:Jonathanlight/generate_quiz.git
cd generate_quiz

Installation front-end


Configuration database


# Créer la base de donnée si cette base n'hesite pas encore 
# -f signifie --force pour force l'excecution 
- bin/console doctrine:database:create -f

# met a jour les entites en base de donnée
- bin/console doctrine:schema:update -f

Configuration


Troubleshooting


FAQ


Deployment


Documentation


Authors / Maintainers


  • Jonathan

About

generate_quiz


Languages

Language:PHP 62.3%Language:Twig 36.2%Language:CSS 0.8%Language:Dockerfile 0.6%Language:Shell 0.2%