https://github.com/gustavohenriqueschmitz/rabbitmq-golang
A project practicing the use of RabbitMQ with Golang.
https://github.com/gustavohenriqueschmitz/rabbitmq-golang
docker-compose golang rabbitmq
Last synced: 8 months ago
JSON representation
A project practicing the use of RabbitMQ with Golang.
- Host: GitHub
- URL: https://github.com/gustavohenriqueschmitz/rabbitmq-golang
- Owner: GustavoHenriqueSchmitz
- License: mit
- Created: 2022-09-18T01:19:24.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-04T13:15:15.000Z (about 1 year ago)
- Last Synced: 2025-01-19T18:52:17.268Z (10 months ago)
- Topics: docker-compose, golang, rabbitmq
- Language: Go
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RabbitMQ
## About the project
A project practicing the use of RabbitMQ with Golang. The objective here was test and understand how RabbitMQ works and how to implement it.
## Used technology
- Golang
- Docker
- PostgreSQL
- RabbitMQ
## Installation
### Project clone
```
git clone https://github.com/GustavoHenriqueSchmitz/RabbitMQ-Golang.git
```
### Install Golang V1.18.1 and Docker-Compose
Download Link: [Golang](https://go.dev/dl/)
Donwload Link: [Docker-Compose](https://docs.docker.com/compose/install/)
### Install Dependencies
Open a terminal, accessing the project root directory and run the command:
```
go mod download
```
## Running App
**1 -** Open a terminal and run in the root directory of the project the command:
```
docker-compose up
```
**2 -** Open another terminal and run in the root directory of the project the command:
```
go run main.go
```
## Author
**Gustavo Henrique Schmitz**
**Linkedin:** https://www.linkedin.com/in/gustavo-henrique-schmitz
**Portfolio:** https://gustavohenriqueschmitz.com
**Email:** gustavohenriqueschmitz568@gmail.com