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
- Host: GitHub
- URL: https://github.com/juanfkurucz/grpc-nodejs-sample
- Owner: JuanFKurucz
- Created: 2020-06-14T17:03:02.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-14T18:35:07.000Z (almost 6 years ago)
- Last Synced: 2025-01-30T03:13:19.925Z (about 1 year ago)
- Topics: grpc, javascript, nodejs
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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