tito-k / rabbitmq-connector

A RabbitMQ connector for Microservices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RabbitMQ Connector

Introduction

This README contains basic cloning and running instructions for you to be able to get the API with all the necessary dependencies up and running locally. This file, though, does not contain exact details, and rules, that are to be followed throughtout the development of the API.

Cloning the repo

NOTE: Make sure you have Git installed on your system.

  # HTTPS
  $ git clone https://github.com/tito-k/rabbitmq-connector.git

  # SSH
  $ git clone git@github.com:tito-k/rabbitmq-connector.git

  $ cd rabbitmq-connector

About

A RabbitMQ connector for Microservices


Languages

Language:TypeScript 89.8%Language:JavaScript 10.2%