Newer
Older
| 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)
Donc pour faire fonctionner le projet il faudra donc lancer docker, mais également lancer le front-end avec la commande `npm start` à la racine du projet.
Le front-end sera accessible en localhost avec le port 3000.
git clone https://www-apps.univ-lehavre.fr/forge/mj160700/web-fullstack.git
cd web-fullstack
docker-compose pull
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