Coder Social home page Coder Social logo

si-miniproject-3's Introduction

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

si-miniproject-3's People

Contributors

sofushn avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.