Skip to content

Welcome to the Banking and Operations Management Application, a comprehensive solution for handling customer management and bank account operations such as credit, debit, and transfers. This application is developed using the CQRS and Event Sourcing architecture to ensure a robust and scalable system.

Notifications You must be signed in to change notification settings

BrodyGaudel/bank-cqrs-event-sourcing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Banking and Operations Management Application

Overview

Welcome to the Banking and Operations Management Application, a comprehensive solution for handling customer management and bank account operations such as credit, debit, and transfers. This application is developed using the CQRS (Command Query Responsibility Segregation) and Event Sourcing architecture to ensure a robust and scalable system.

Features

Customer Management Module

  • Create Customer:

    • Allows the creation of new customer profiles with essential information.
  • View Customer Details:

    • Provides the ability to retrieve and view customer details.
  • Update Customer Information:

    • Allows updating customer information such as name, contact details, etc.
  • Delete Customer:

    • Enables the removal of customer profiles when necessary.

Bank Account and Operations Management Module

  • Create Bank Account:

    • Facilitates the creation of new bank accounts for customers.
  • Credit:

    • Allows the addition of funds to a bank account.
  • Debit:

    • Enables the withdrawal of funds from a bank account.
  • Transfer:

    • Allows transferring funds between different bank accounts.
  • View Account Balance:

    • Provides the ability to check the balance of a bank account.

Technology Stack

  • Java 17:

    • The core programming language used for the application.
  • Spring Boot 3.2.1:

    • Provides a robust and convention-over-configuration framework for building Java-based enterprise applications.
  • Axon Framework 4.9.1:

    • Utilized for implementing the CQRS and Event Sourcing architecture, ensuring separation of concerns and scalability.
  • Axon Server:

    • Serves as the communication and coordination hub for the Axon Framework, ensuring reliable event processing.
  • MySQL:

    • The chosen relational database for storing customer and bank account information.
  • CICD:

    • Jenkins : Jenkins is an open-source automation server for continuous integration and continuous delivery, streamlining the software development process.
    • Maven : It is a build automation and project management tool that simplifies the build process, manages dependencies, and facilitates project documentation in Java-based applications.
    • SonarQube : It is a platform for continuous inspection of code quality, providing static code analysis to identify and fix code vulnerabilities and maintain code health.
    • Nexus : It is a repository manager that simplifies the management of binary artifacts, supporting build and deployment automation in software development.
    • Docker : It is a platform for developing, shipping, and running applications in containers, enabling consistent and efficient deployment across diverse environments.
    • Kubernetes : It is an open-source container orchestration platform that automates the deployment, scaling, and management of containerized applications, ensuring efficient and resilient container orchestration.

Getting Started

  1. Clone the Repository:

    git clone https://github.com/BrodyGaudel/bank-cqrs-event-sourcing.git
    cd bank-cqrs-event-sourcing
  2. Build, Test and Run:

    mvn clean install
    mvn test
    mvn spring-boot:run
  3. Access the Application:

    • The application will be accessible at http://localhost:8787/bank/swagger-ui.html.

Configuration

  • Database Configuration:

    • Configure your MySQL database connection details in application.properties.
  • Axon Server Configuration:

    • Ensure that Axon Server is running and configure the connection details in application.properties.
    • You can download Axon Server here: https://developer.axoniq.io/download.
    • You will find documentation on Axon Framework and Axon Server here: https://docs.axoniq.io/reference-guide/axon-framework/introduction.

Illustration

  • Jenkins:

    • CICD Jenkins
    • CICD Jenkins
  • Nexus Repository:

    • CICD Nexus
    • CICD Nexus
  • Docker

    • CICD Docker
    • CICD Docker
  • Axon Server

    • CICD Docker
    • CICD Docker
  • Swagger UI:

    • Swagger UI
    • Event Store

Documentation

For detailed information on API endpoints and usage, refer to the https://brodygaudel.github.io/java-documentation-app-cqrs-event-sourcing/.

Contributing

Contributions are welcome! Feel free to open issues or pull requests for any improvements or new features.

License

This project is licensed under the MIT License.

Author

Brody Gaudel MOUNANGA BOUKA

About

Welcome to the Banking and Operations Management Application, a comprehensive solution for handling customer management and bank account operations such as credit, debit, and transfers. This application is developed using the CQRS and Event Sourcing architecture to ensure a robust and scalable system.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published