Skip to content

zkmoney/message-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Message API

The message api is an API service used behind the Micro API gateway.

Getting started

  1. Install Consul

    Consul is the default registry/discovery for go-micro apps. It's however pluggable. https://www.consul.io/intro/getting-started/install.html

  2. Run Consul

    $ consul agent -server -bootstrap-expect 1 -data-dir /tmp/consul
    
  3. Download and start the service

    go get github.com/micro/message-api
    message-api

    OR as a docker container

    docker run microhq/message-api --registry_address=YOUR_REGISTRY_ADDRESS

About

An API service for the message-srv

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published