Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 1.05 KB

README.md

File metadata and controls

48 lines (29 loc) · 1.05 KB

Organizer: A gRPC Service

Installation

1. Clone the following repository:

2. Move to the organizer repository and execute the following:

make apis
mvn install

Running

1. Start docker containers by executing the following on organizer repository:

docker-compose -f docker-compose.local.yaml up -d

2. Move to the migrations repository and execute the following:

make all

3. Run the application with the following command:

mvn spring-boot:run

Note: Make sure to export appropriate variables.

4. Install BloomRPC and open it.

4.1 In the top left corner, import path of .../organizer/apis/proto

4.2 Import protos of .../organizer/apis/proto/hts/organizer/service.proto

4.3 Select a remote procedure call and unary call to your gRPC port (for example, localhost:50051). You should obtain the call result.