https://github.com/abarhub/ecommerce
https://github.com/abarhub/ecommerce
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/abarhub/ecommerce
- Owner: abarhub
- Created: 2017-12-30T20:15:57.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-11-15T21:52:39.000Z (9 months ago)
- Last Synced: 2025-11-15T22:20:03.621Z (9 months ago)
- Language: Java
- Homepage:
- Size: 112 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ecommerce
Pour builder le docker compose :
```shell
docker-compose up --build
```
Le dashboard eureka est ici : http://localhost:8761/
la page pour gérer les produits est : http://localhost:19090/ui/product3.html
Pour insteller zipkin :
```shell
docker run -p 9411:9411 openzipkin/zipkin:latest
```
Il est accessible dans http://localhost:9411
La page pour gérer les produits est : http://localhost:9411/ui/product3.html
Pour executer le test de charge,
il faut aller dans le module loadtesting, et executer :
```shell
mvn gatling:test
```
Les url:
gestion des produits : http://localhost:19090/ui/product3.html
log zipkin : http://localhost:9411
dashboard eureka : http://localhost:8761/