Skip to content

Commit

Permalink
readme update about front
Browse files Browse the repository at this point in the history
  • Loading branch information
alanCrtl committed Jan 31, 2024
1 parent 2169df6 commit 258782d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
Binary file removed working_at_last.gif
Binary file not shown.

0 comments on commit 258782d

Please sign in to comment.