Thanks to visit codestin.com
Credit goes to github.com

Skip to content

davisvansant/overlee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

~ o v e r l e e

A Rentals Discography built with gRPC and Rust

Testing

Start the Server - cargo run --bin overlee_server --release

Run the Client - cargo run --bin overlee --release

  • Albums Service
grpcurl -plaintext -import-path ./overlee_build/proto -proto the_rentals.proto -format "text"  localhost:8080 the_rentals.Discography/Albums
  • Eps Service
grpcurl -plaintext -import-path ./overlee_build/proto -proto the_rentals.proto -format "text"  localhost:50052 the_rentals.Discography/Eps
  • Singles Service
grpcurl -plaintext -import-path ./overlee_build/proto -proto the_rentals.proto -format "text"  localhost:8080 the_rentals.Discography/Singles

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages