Skip to content

This project is a microservice-based system built with .NET framework, RabbitMQ, and MongoDB

Notifications You must be signed in to change notification settings

pasindu-pr/Microservices-with-.NET

Repository files navigation

Microservices .NET

enter image description here

This project is a sample microservice application using .NET, RabbitMQ, and MongoDB. The purpose of this project is to demonstrate how to build a simple microservice architecture using these technologies.

Architecture

The architecture of the project is composed of two microservices:

  • Catalog Service: This service is responsible for managing catalog items. It exposes REST APIs to create, update, and retrieve orders.

  • Inventory Service: This service is responsible for managing inventory. It consumes messages from a RabbitMQ queue and processes payments using a third-party payment gateway.

About

This project is a microservice-based system built with .NET framework, RabbitMQ, and MongoDB

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages