Giter VIP home page Giter VIP logo

bank-microservices's Introduction

Bank Microservices Project

Welcome to the Bank Microservices project! This repository houses a collection of microservices designed to manage various aspects of a bank's operations. Each microservice is containerized using Docker and orchestrated using Docker Compose for easy development, testing, and deployment.

Project Overview

The Bank Microservices project aims to demonstrate the benefits of a microservices architecture for managing a banking system. It's divided into several microservices, each responsible for specific functionalities such as user management, account management, transactions, and more.

Microservices Included

  1. Accounts Service: Manages customer bank accounts.
  2. Cards Service: Handles Cards registration, authentication, and profile management.
  3. Loans Service: Handles Loans registration, authentication, and profile management.
  4. Config Service: To externalize the configuration

Getting Started

Follow these steps to set up and run the project on your local machine:

Prerequisites

  • Docker and Docker Compose installed on your system.

Clone the Repository

git clone https://github.com/dipakg007/bank-microservices.git
cd bank-microservices

Navigate to docker env folder

cd docker-compose 
cd [default/qa/prod]

Run the Microservices

Use Docker Compose to spin up all the microservices:

docker-compose up -d

This command will create Docker containers for each microservice and start them in the background. Wait for around 5min to get all the services up.

Access the Microservices

Once the containers are up and running, you can access the microservices via their respective endpoints. Refer to the individual microservices' documentation for API endpoints and usage details.

Below are the end points to access all the microservices

  1. accounts-service
  2. loans-service
  3. cards-service

Cleanup

To stop and remove the containers:

docker-compose down

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.