# 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 | ## Complications Dû à de nombreuse complications et bug incompréhensible, nous avons décidé de dé-localiser le front-end client. Il est disponible à l'adresse suivante : [git front-ent](https://www-apps.univ-lehavre.fr/forge/bt160487/api-platform-frontend) Pour faire fonctionner le projet il vous faudra lancer docker, mais également le front-end avec la commande `npm start` à la racine du projet. Le front-end sera accessible en localhost avec le port 3000. ## Start tests ``` docker-compose exec php vendor/bin/simple-phpunit ``` ## 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 ```