An open API service indexing awesome lists of open source software.

https://github.com/juanfkurucz/grpc-nodejs-sample

Subject "Sistemas Distribuidos" (Distributed Systems) from Universidad Catolica del Uruguay
https://github.com/juanfkurucz/grpc-nodejs-sample

grpc javascript nodejs

Last synced: about 1 year ago
JSON representation

Subject "Sistemas Distribuidos" (Distributed Systems) from Universidad Catolica del Uruguay

Awesome Lists containing this project

README

          

# grpc-nodejs-sample

# Env File

```
DB_HOSTNAME=
DB_USERNAME=
DB_PASSWORD=
DB_NAME=
DB_TYPE=
```

File should be named ".env" without quotes

# Installing

Use

```
npm install
```

# Running

## Server

Use

```
npm run server
```

Database should be running before starting

## Client

Use

```
npm run client
```

Replace with an ID number from a Customer you want to get the email from