This repository contains the Messenger Service
The implementation of this microservice begins with the send message sending notification when the restaurant order is ready, send message with order not cancelled by state not is Earning.
- IntelliJ Community https://www.jetbrains.com/idea/download/
- Postman https://www.postman.com/downloads/
To get a local copy up and running follow these steps:
- Clone the repository
- Run the microservice by right clicking on the UserMicroserviceApplication file and then on run
- The port on which the microservice runs is 9080 which can be modified by entering the application-dev.yml file.
- The documentation of the code is in the following link
-
Create restaurant http://localhost:9080/swagger-ui/index.html# in your web browser
-
Send message order ready
-
Send message with order not cancelled by state not is Earning
Right-click the test folder and choose Run tests with coverage:
-
Layer adpters
-
Layer configuration
-
Layer domain
@LilianaGallego - Liliana Gallego