/microservices-with-rabbitmq

Microservices with RabbitMQ

Primary LanguageTypeScript

Microservices with RabbitMQ

📝 Requirements

To run this project you will need to install some tools:

🚀 Running

This project is configured with docker-compose, so all the services and necessary databases can be started with docker-compose up

🗄️ Databases

  • Auth database: docker-compose up auth-db
  • Products database: docker-compose up products-db
  • Sales database: docker-compose up sales-db

⚙ Services

  • 🐰 RabbitMQ: docker-compose up rabbitmq
  • 🔐 Auth: docker-compose up auth-api
  • 🛒 Products: docker-compose up products-api
  • 💰 Sales: docker-compose up sales-api