An open API service indexing awesome lists of open source software.

https://github.com/meysam81/learning-gokit

This is my journey toward learning gokit
https://github.com/meysam81/learning-gokit

go-kit microservices

Last synced: 7 months ago
JSON representation

This is my journey toward learning gokit

Awesome Lists containing this project

README

          

# learning-gokit
This is my journey toward learning gokit

## Quickstart
To run the application do the following 2 steps:
```shell
make run-server
make run-client
```