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

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[] find what password it is requesting for when generating certificate.pem

[] write tests

[x] generate proto

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

[] Look at how ssg did his db and service stuff, see the way he used go routine to query faster, use his style of db and service sepeartion, refactor code to look like that

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"

This chathtp link https://chat.openai.com/c/3236d1ed-7d86-42d8-90d1-a6b615c4239c to finish the quiz section

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