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,
- Accounts Service
- Cards Service and
- Loan Service.
This repo is for the accounts service.
You can navigate to the other services using the following links.
- Accounts Service -> (This Repo)
- Cards Service ->
- Loan Service -> https://github.com/Adeegithub/loans-microservice
Given below is a diagram to show the high level architecture.
Given below is the Ultimate Project that I'm trying to Build.
My Goal is to wrap this project up in production ready industry standard project using the technologies mentioned in the above diagram.