katoozi / gokit-microservices

microservices examples with go-kit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gokit-microservices

some microservices using go-kit

Services

1. Authentication Service
    1. Login(Jwt)
    2. Header Authorization Middleware(compatible with mux and pure http)
2. Users Service
    1. Create User(CREATE Request)
    2. Delete User(DELETE Request)
    3. Get User(GET Request)
    4. Update User(PUT Request)

LICENSE

Licensed under the MIT license.

About

microservices examples with go-kit

License:MIT License


Languages

Language:Go 100.0%