Table of Contents
This project done as a practical for my Distributed Systems module. The aim of this project was to adapt code provided to use RESTful Web Services for interaction between each of the 3 quotation services and the broker and between the broker and client. Each of these components can be deployed as seperate docker images. All of the images can be deployed using the docker-compose file.
Have docker installed in your local environment
-
mvn install
-
docker-compose build
-
docker-compose up
-
cd ./client/ -
mvn spring-boot:run