Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 334 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 334 Bytes

gRPC-Java

Shopping app using gRPC, java , h2 db

This app includes generated stubs (in order to remove compilation errors).

We have used H2 database and its dummy data is available under resources/initialize.sql file

Proto files are available under resources/proto.

Two RPC's are available

  1. GetOrdersForUser
  2. GetUserDetails