From 6ac8c770c25fce2983a8d0d6ba3492978f258a0d Mon Sep 17 00:00:00 2001 From: "roxanne.grant" <roxanne.grant@etu.hesge.ch> Date: Sun, 3 Feb 2019 19:19:54 +0100 Subject: [PATCH] Added info to readme.md --- README.md | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index fc48e88..f50fe76 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,13 @@ # How to +## Description +This project aims to emulate microservice for an online store. In this project we have three microservices: + - AccountService : Takes care of events linked to user accounts + - OrderService : Takes care of events linked to orders from users + - StockService : Takes care of events linked to the stores stock + +In the different services we test the appearance of certain events that trigger other ones. This is how the chain of command works and the services communicate together through the broker. + ## Build the project ``` @@ -17,15 +25,19 @@ run in /services ``` mvn spring-boot:run -Dorg.apache.activemq.SERIALIZABLE_PACKAGES=* ``` - -## Execute one client -run in /services -``` -mvn exec:java@app -Dexec.args="127.0.0.1" -Dorg.apache.activemq.SERIALIZABLE_PACKAGES=* -``` +the spring boot server also executes the various clients for the project ## Use application A demonstration is available in ``` http://localhost:8080/demo.html ``` + +## Détails du travail de groupe + +Mata Sebastian - sebastian.mata@etu.hesge.ch +Ramusi Michael - michael.ramusi@etu.hesge.ch +Vuilleumier Thierry - thierry.vuilleumier@etu.hesge.ch +Grant Roxanne - roxanne.grant@etu.hesge.ch +lien git : +https://githepia.hesge.ch/michael.ramusi/microservices.git \ No newline at end of file -- GitLab