This repository contains examples and resources for building event-driven microservices architecture using Apache Kafka and Node.js.
-
Clone the repository:
git clone https://github.com/18-RAJAT/Kafka-Driven-Microservices.git
-
Navigate to the project directory:
cd Kafka-Driven-Microservices
-
Install dependencies:
npm install
-
Start Kafka and other services:
docker-compose up -d
-
Start the microservices:
npm start