An avatar micro-service written in Go. Simple, fast and ... simple, oh, and fast!
Full specification documentation can be found here.
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.
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
- Install Docker.
- Run
make up
- Run
make run
- Visit http://localhost:3000
- Develop some awesome code with unit tests.
- Run
make test
to test it out. - Commit code and create a pull request.
- Relax with a 🍺.