Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alfenfebral/go-rabbitmq

Go Clean Architecture With Jaeger and RabbitMQ
https://github.com/alfenfebral/go-rabbitmq

Last synced: 1 day ago
JSON representation

Go Clean Architecture With Jaeger and RabbitMQ

Awesome Lists containing this project

README

        

# Go Rabbitmq
Go Clean Architecture With Jaeger and RabbitMQ

## How To Run
Run jaeger and rabbitmq
```bash
docker compose up
```
Run Server
Run using go run
```bash
go run cmds/app/main.go
```
Run using [air](https://github.com/cosmtrek/air)
```bash
make run
```