Skip to content

Commit 4d6caa8

Browse files
committed
Add "Open with Codeanywhere" badge to readme.md
1 parent c95a82f commit 4d6caa8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

readme.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/mehdihadeli/food-delivery-microservices)
88

9+
[![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/mehdihadeli/food-delivery-microservices)
10+
911
<!-- https://raw.githubusercontent.com/progfay/shields-with-icon/master/README.md -->
1012

1113
> `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.

0 commit comments

Comments
 (0)