Skip to content

Go micro services example application built using gRPC and following BFF pattern

License

Notifications You must be signed in to change notification settings

Cprime50/ShikenGo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TODO: [] add password when generating certificate.pem

[] write tests

[x] generate proto

[] switch make file to main folder and finish the script

WHne installing proto-gen-go-grpc on linux for the first time

go get google.golang.org/grpc/cmd/protoc-gen-go-grpc go install google.golang.org/grpc/cmd/protoc-gen-go-grpc

go get google.golang.org/protobuf/cmd/protoc-gen-go go install google.golang.org/protobuf/cmd/protoc-gen-go

PATH="${PATH}:${HOME}/go/bin"

About

Go micro services example application built using gRPC and following BFF pattern

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published