8am icon indicating copy to clipboard operation
8am copied to clipboard

This is sample project using gRPC with DDD architecture.

prerequisites

% npm install -g grpcc
% make protoc
% cat 'PORT=50055' > .env

run server

% make run

connect server

% make grpcc