~ o v e r l e e
A Rentals Discography built with gRPC and Rust
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