docker-compose
installed.- Open
8080
and8081
ports.
- Run
docker-compose up
, grpc-server is accessible atlocalhost:8080
and mongoDB dashboard atlocalhost:8081
.
Wait forListening at [::]:8080
log fromserver
container
Replica can try to setup even a few minutes, alternatively consider using, MongoDB Altas free tier cluster.
In order to run with remote cluster provide connection URI asMONGODB_URI
env. variable.
Endpoints can be tested with evans-cli or bloomrpc.
For endpoints documentation see protobuf definition file.