From 4d6caa872822e720f14e5b4771cfe54929e4d1b7 Mon Sep 17 00:00:00 2001 From: Nikola Balic Date: Thu, 21 Nov 2024 14:35:22 +0100 Subject: [PATCH] Add "Open with Codeanywhere" badge to readme.md --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 1b32a5cb..f24bd661 100644 --- a/readme.md +++ b/readme.md @@ -6,6 +6,8 @@ [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/mehdihadeli/food-delivery-microservices) +[![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/mehdihadeli/food-delivery-microservices) + > `Food Delivery Microservices` is a fictional food delivery microservices, built with .Net Core and different software architecture and technologies like **Microservices Architecture**, **Vertical Slice Architecture** , **CQRS Pattern**, **Domain Driven Design (DDD)**, **Event Driven Architecture**. For communication between independent services, we use asynchronous messaging with using rabbitmq on top of [MassTransit](https://github.com/MassTransit/MassTransit) library, and sometimes we use synchronous communication for real-time communications with using REST and gRPC calls.