# projet web-fullstack - Année : M2 IWOCS - Matière: WEB - TP final ## Auteur(s) |Nom|Prénom|login|email| |--|--|--|--| | BOTTE | Alexandre | ba161370 | alexandre.botte@etu.univ-lehavre.fr | | BOYAVAL | Tom | bt160487 | tom.boyaval@etu.univ-lehavre.fr | | MANCEL | Jérémy | mj160700 | jeremy.mancel@etu.univ-lehavre.fr | ## Start-up the project ```bash git clone https://www-apps.univ-lehavre.fr/forge/mj160700/web-fullstack.git cd web-fullstack docker-compose pull docker-compose up -d //everything probably will not start docker-compose down docker-compose build docker-compose up -d docker-compose exec php php bin/console doctrine:migrations:migrate docker-compose exec php php bin/console doctrine:fixtures:load //make sur to have all the 'valeursfoncieres-YYYY.txt' in api/src/DataFixtures ```