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
- Host: GitHub
- URL: https://github.com/meysam81/learning-gokit
- Owner: meysam81
- License: mit
- Created: 2019-01-27T10:25:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-27T11:01:19.000Z (over 6 years ago)
- Last Synced: 2025-01-23T03:16:57.930Z (9 months ago)
- Topics: go-kit, microservices
- Language: Go
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```