Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1023 Bytes

File metadata and controls

20 lines (14 loc) · 1023 Bytes

I'm developing a project to demonstrate microservices architecture using SpringBoot. This system is developing for a Bank. This system contains of 3 services namely,

  1. Accounts Service
  2. Cards Service and
  3. Loan Service.

This repo is for the accounts service.

You can navigate to the other services using the following links.

  1. Accounts Service -> (This Repo)
  2. Cards Service ->
  3. Loan Service -> https://github.com/Adeegithub/loans-microservice

Given below is a diagram to show the high level architecture. Screenshot 2024-11-08 at 5 23 01 PM

Given below is the Ultimate Project that I'm trying to Build. Screenshot 2024-11-08 at 5 25 54 PM

My Goal is to wrap this project up in production ready industry standard project using the technologies mentioned in the above diagram.