- MATON Erwann
- ALVEZ Kilian
- ROBION Alban
- CLOCHETTE Baptiste
- HUREAUX Lucas
Install symfony :
composer installInstall React :
npm installTo start the Database:
docker-compose up Install the database :
composer dbBuild front assets with webpack encore :
npm run buildBuild front assets with webpack encore automatically:
npm run watchTo start the server :
composer startstart : Launch the local server
test:cs : Tests the code quality
fix:cs : Corrects the code
test:yaml : Test YAML files located in config folder
test:twig : Test Twig files located in templates folder
test:codeception : Launch codeception tests
test : Tests the code quality, then launch codeception tests
db : Deletes the existing database and create a new one, using the most recent migration
Username : admin
Password : test
Username : teacher
Password : test