Skip to content

ahmetturanozturk/RabbitListener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RabbitListener

This project is a sample project related to RabbitMQ.

What Does the Project Include?

  • Frontend: ReactJs
  • Backend: .Net 6.0
  • Docker, Docker Compose
  • RabbitMQ

Run

Clone project

  git clone https://github.com/ahmetturanozturk/RabbitListener.git

Go to the project

  cd RabbitListener/Services

Create a network

  docker network create my-network

Run docker-compose.yml

  docker-compose up -d

View from browser

  http://localhost:5285/

Application ScreenShots

ScreenShots

ScreenShots

ScreenShots

View Logs

http://localhost:5285/urls.json

or

docker exec -it {CONTEINER_ID} /bin/sh
cd wwwroot
cat urls.json

Game Play

About

RabbitMQ Listener Example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published