Skip to content
Snippets Groups Projects
Commit a9986f48 authored by michael.ramusi's avatar michael.ramusi
Browse files

updated readme

parent 737f91fc
No related branches found
No related tags found
No related merge requests found
# How to # Description
## Description
This project aims to emulate microservice for an online store. In this project we have three microservices: 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 - AccountService : Takes care of events linked to user accounts
- OrderService : Takes care of events linked to orders from users - OrderService : Takes care of events linked to orders from users
...@@ -8,6 +6,7 @@ This project aims to emulate microservice for an online store. In this project w ...@@ -8,6 +6,7 @@ This project aims to emulate microservice for an online store. In this project w
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. 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.
# How to
## Build the project ## Build the project
``` ```
...@@ -26,13 +25,14 @@ run in /services ...@@ -26,13 +25,14 @@ run in /services
mvn spring-boot:run -Dorg.apache.activemq.SERIALIZABLE_PACKAGES=* mvn spring-boot:run -Dorg.apache.activemq.SERIALIZABLE_PACKAGES=*
``` ```
the spring boot server also executes the various clients for the project the spring boot server also executes the various clients for the project
NOTE: logs will be printed on the spring's terminal
## Use application ## Use the application
After running the Broker and Spring, a demonstration should be available in After running the Broker and Spring, pre-defined events should be available in
``` ```
http://localhost:8080/demo.html http://localhost:8080/demo.html
``` ```
The results of triggered events can then be monitored on the spring server's terminal
## Détails du travail de groupe ## Détails du travail de groupe
Mata Sebastian - sebastian.mata@etu.hesge.ch Mata Sebastian - sebastian.mata@etu.hesge.ch
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment