Skip to content

devamithra137/Event-Driven-Banking-Microservices-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Event-Driven Banking Microservices System

This project demonstrates a simplified microservices architecture for a banking system.

Services

Fraud Detection Service

Analyzes transaction data and calculates fraud risk levels.

Endpoint: POST /fraud/check

Notification Service

Simulates sending SMS and email notifications after transactions.

Endpoint: POST /notify

Architecture

Client / Postman

    |

Fraud Service (3003)

Notification Service (3004)

Technologies Used

Node.js
Express.js
REST APIs

Running the Services

Fraud Service

cd fraud-service
npm install
node server.js

Notification Service

cd notification-service
npm install
node server.js

About

Event-driven banking microservices system for transaction processing, fraud detection, and asynchronous service communication.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors