THIS REPOSITORY IS NO LONGER MAINTANED
The new repository can be found at: https://github.com/orgs/CafeKetab/repositories
an online REST renting book platform which you can authenticate, order, reserve a book in your account.
it's a microservices project with highly focus on code architecture.
-
Auth
is bookman authentication service -
User
is a service for user managment -
Library
is bookman core service, responsible for serving books and authors
# protoc-gen-go
go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
# protoc-grpc-gen-go
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest
protoc --proto_path=. --go_out=. service.proto
protoc --proto_path=. --go-grpc_out=. service.proto
# OR
protoc --proto_path=. --go_out=. --go-grpc_out=. service.proto