This project is a sample project related to RabbitMQ.
- Frontend: ReactJs
- Backend: .Net 6.0
- Docker, Docker Compose
- RabbitMQ
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/
http://localhost:5285/urls.json
or
docker exec -it {CONTEINER_ID} /bin/sh
cd wwwroot
cat urls.json