Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Meysamhadeli patch 1 #93

Merged
merged 37 commits into from
May 13, 2024
Merged
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
398f892
Merge pull request #62 from meysamhadeli/develop
meysamhadeli Feb 26, 2023
91e61c7
Merge pull request #63 from meysamhadeli/develop
meysamhadeli Feb 26, 2023
ba13bbf
Merge pull request #64 from meysamhadeli/develop
meysamhadeli Feb 28, 2023
b17db51
Merge pull request #65 from meysamhadeli/develop
meysamhadeli Feb 28, 2023
4968312
Merge pull request #66 from meysamhadeli/develop
meysamhadeli Feb 28, 2023
508ac87
Merge pull request #67 from meysamhadeli/develop
meysamhadeli Feb 28, 2023
15de25d
Merge pull request #69 from meysamhadeli/develop
meysamhadeli Feb 28, 2023
28cce84
Merge branch 'develop'
meysamhadeli Mar 10, 2023
be25f67
Merge branch 'develop'
meysamhadeli Mar 20, 2023
237ba80
Merge pull request #70 from meysamhadeli/develop
meysamhadeli May 21, 2023
6fd9e7f
Merge branch 'develop'
meysamhadeli May 25, 2023
f6d8bfa
Merge branch 'develop'
meysamhadeli May 26, 2023
d431c31
Merge branch 'develop'
meysamhadeli May 26, 2023
0ce83e3
Merge branch 'develop'
meysamhadeli May 27, 2023
ee11037
Merge branch 'develop'
meysamhadeli May 27, 2023
03ea00b
Merge branch 'develop'
meysamhadeli May 29, 2023
b7ea211
Merge branch 'develop'
meysamhadeli May 30, 2023
a24ac11
Merge branch 'develop'
meysamhadeli May 31, 2023
62647c5
Merge branch 'develop'
meysamhadeli Aug 30, 2023
dfef8ce
Merge branch 'develop'
meysamhadeli Aug 31, 2023
30281de
Merge branch 'develop'
meysamhadeli Aug 31, 2023
d3825a8
Merge branch 'develop'
meysamhadeli Aug 31, 2023
bbd86a2
Merge branch 'develop'
meysamhadeli Aug 31, 2023
7aca583
Merge branch 'develop'
meysamhadeli Aug 31, 2023
5f8fb7b
Merge branch 'develop'
meysamhadeli Sep 2, 2023
22d83d6
Merge pull request #75 from meysamhadeli/develop
meysamhadeli Oct 2, 2023
2a377e8
Merge pull request #76 from meysamhadeli/develop
meysamhadeli Oct 6, 2023
8bf3f05
Merge branch 'develop'
meysamhadeli Oct 6, 2023
5def27a
Merge branch 'develop'
meysamhadeli Dec 18, 2023
593d689
Merge branch 'develop'
meysamhadeli Dec 18, 2023
719450a
Merge branch 'develop'
meysamhadeli Dec 18, 2023
27348e4
Merge pull request #91 from meysamhadeli/develop
meysamhadeli Apr 5, 2024
4b132db
Merge branch 'develop'
meysamhadeli Apr 5, 2024
f416d1e
Merge branch 'develop'
meysamhadeli Apr 5, 2024
165728d
Merge branch 'develop'
meysamhadeli Apr 6, 2024
d67a65b
Merge branch 'develop'
meysamhadeli Apr 8, 2024
3c93032
Update README.md
meysamhadeli May 13, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
![Go Version](https://img.shields.io/badge/go%20version-%3E=1.21-61CFDD.svg?style=flat-square)
# 📍 Shop Golang Microservices

The main idea of creating this project is implementing an infrastructure for up and running distributed system with the latest technology and architecture like Vertical Slice Architecture, OpenTelemetry, RabbitMq in Golang, and we will not deal mainly with business. 🚀
> **A practical and imaginary microservices for implementing an infrastructure for up and running distributed system with the latest technology and architecture like Vertical Slice Architecture, Event Driven Architecture, CQRS, Postgres, RabbitMq in Golang.** 🚀

> 💡 **This project not business oriented and most of my focus was in the thechnical part for implement a distributed system with a sample project. In this project I implemented some concept in microservices like Messaging, Tracing, Event Driven Architecture, Vertical Slice Architecture, CQRS and DDD.**

<a href="https://gitpod.io/#https://github.com/meysamhadeli/shop-golang-microservices"><img alt="Open in Gitpod" src="https://gitpod.io/button/open-in-gitpod.svg"/></a>

Expand Down
Loading