Skip to content

aleksbgs/projectf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run

  • Please run MONGODB first so services can have ready connection
docker-compose up 
  • After Database, run make proto
make proto
  • After proto and create documentation, run make faceit to create bin files in bin folder
make faceit
  • start grpc/http server and grpc client
./bin/server
./bin/client
  • GRPC HEALTH PROBE UserService
  • go install github.com/grpc-ecosystem/grpc-health-probe@v0.4.8
grpc-health-probe -addr="0.0.0.0:50051" -service="user.UserService"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published