Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.3 KB

README.md

File metadata and controls

41 lines (28 loc) · 1.3 KB

Avatar Go

CircleCI Go Report Card GoDoc

An avatar micro-service written in Go. Simple, fast and ... simple, oh, and fast!

Specification

Full specification documentation can be found here.

Using

New docker images are automatically built. Check out the examples section to see how to use it with Docker Compose, or even with Hyper.sh.

Developing

Building

Dependencies are managed by Glide.

  • Make sure to install Go (here or brew install go)
  • Install Glide
  • Run make prepare && make build
  • Run the server ./bin/avatar and visit http://localhost:3000

Running

Contributing

  • Develop some awesome code with unit tests.
  • Run make test to test it out.
  • Commit code and create a pull request.
  • Relax with a 🍺.