The goal of this project is to create the back end of a digital marketplace (account, ads, search, transactions...) With a microservices architecture and Domain-driven design. all services are writte in Golang, dockerized and they communicate via HTTP protocol
```
git clone https://github.com/GrantZheng/kit.git
cd kit
go install
```
Note: we need to install GrantZheng version bcs the real version is not updated anymore. DONT CLONE THE REPO INSIDE THE REPOSITORY
```
go mod download
```
- https://medium.com/@kujtimii.h/creating-a-todo-app-using-gokit-cli-20f066a58e1
- https://golang.org/doc/
- https://learn.vonage.com/blog/2020/03/13/using-jwt-for-authentication-in-a-golang-application-dr/#
- https://grpc.io/
👤 hadi-ilies.bereksi-reguig
- Github: @hadi-ilies
Give a ⭐️ if this project helped you!