Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 441 Bytes

README.md

File metadata and controls

30 lines (26 loc) · 441 Bytes

node-grpc-example

Simple Node application using gRPC

Requirements

  • node 12+
  • npm

Running the project

Install dependencies

npm install

Start server

npm start

Insert Person

npm run insert-person

List all people

npm run list-person

Running server with docker compose

docker-compose up