diff --git a/README.md b/README.md index b06b520..6d4ef62 100644 --- a/README.md +++ b/README.md @@ -29,10 +29,17 @@ - [Auteurs](#auteurs) - ## Docker (ran with Docker version 25.0.0) Do this on 3 different terminal on the same computer +### Launch front one time for it to work + +``` +cd front +npm install +ng serve +``` + ### Run kafka, zookeeper, front, api and postgres bdd ``` docker-compose up --build @@ -55,6 +62,10 @@ docker-compose -f producer-docker-compose.yml up --build #### Once all services are running you can find the map here : http://localhost:4200/ +### Working app + +![AltText](working.gif) + ### To delete everything ``` ctrl+c on every terminal diff --git a/working_at_last.gif b/working_at_last.gif deleted file mode 100644 index bf11d53..0000000 Binary files a/working_at_last.gif and /dev/null differ