Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 326 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 326 Bytes

gRPC-Go-Sandbox

Run Service User

    cd services/service-user/
    go run main.go

Run Service Post

    cd services/service-post/
    go run main.go

Run Service Garage

    cd services/service-garage/
    go run main.go

Run Client

    cd client/
    go run main.go