Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 566 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 566 Bytes

Ruby Task (Golang App)

Getting Started

  1. clone the repository
  2. docker-compose up -d

You will need to make sure that the Ruby service is up and running

The app will not work unless it can establish a connection with RabbitMQ

Stack

The task is done using the following technologies

  1. GoLang (1.18)
  2. RabbitMQ
  3. Gin

API Documentation & Postman Collection

You can view the documentation and run postman collection from Here