Skip to content

sushantpt/distributed_system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Running the Project

To run the project, follow these steps:

1. Dockerize RabbitMQ

1.1. Navigate to the RabbitMQ Docker configuration directory. 1.2. Start RabbitMq

docker-compose up -d

1.3. Navigate to http://localhost:15672/ (Username: suser Password: suser)

2. Run an Consumer (to create a queue in RabbitMQ)

3. Run payment.API

3.1. SeedAccount

3.2. Make payment

3.3. Check queue or and consumers' log

rabbitmq_demo drawio