Skip to content

sofushn/SI-MiniProject-3

Repository files navigation

SI-MiniProject-3

NOT FINISHED YET: Lists below show which features have been implemented.

  • Bank can return confirmation letter and contract to customer
  • Banks can respond to request with loan quotes
  • Customer can select one loan quote from bank
  • Customer can apply for loan based on selected quote
  • Bank can return confirmation letter and contract to customer

Overview

The system consists of two services, a website, a kafka broker, and a RabbitMq broker.

  1. A loan request can be made from the frontend website where its pushed to a Kafka topic.
  2. The bank services can then consume the request from the topic and send a list of loan quotes onto a rabbit mq queue.
  3. The offer service then consumes the loan quotes and creates an offer which it pushes up on a new Kafka topic.
  4. The ui sees this message and shows the active offer to the user.
  5. The user can then select a quote offer and approve it.
  6. ...

Build & Run

Run the following command from the root folder to start the application:

$ docker-compose up -d

NOTE: The bank services and offer service sometimes crash the first time they start. If this is the case just run the docker compose command again and it should work.

Access

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published