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