hello-world-rebus

Hello World Rebus

📚 A repository to explore and learn Rebus with .NET.

wakatime Maintainability Test Coverage CodeFactor GitHub license GitHub last commit Codacy Badge


About

This repository demonstrates the basics of Rebus, a simple and flexible service bus library for .NET. It is designed to help developers implement reliable messaging patterns like publish/subscribe and sagas.


Features


Prerequisites

To get started with this repository, you need:


Setup

  1. Clone the repository:
    git clone https://github.com/GuilhermeStracini/hello-world-rebus.git
    
  2. Navigate to the project directory:
    cd hello-world-rebus
    
  3. Restore dependencies:
    dotnet restore
    
  4. Update configuration for RabbitMQ (if needed) in the app settings.
  5. Run the application:
    dotnet run
    


Contribution

Contributions are welcome! If you’d like to enhance this repository, feel free to:


License

This project is licensed under the MIT License.