Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 342 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 342 Bytes

MARVEL

HOW TO GEN PROTOC

  • protoc --go_out=plugins=grpc:. transport/grpc/proto/user/user.proto

Requirement

  • Install golang
  • Install docker

Setup enviroment

  • make init

Run server

  • make dev

Run test

-make test

HOW TO GEN CERT

  • cat gen_certs.sh.example > gen_certs.sh
  • ./gen_certs.sh