Skip to content

gRPC example with nodejs/typescript using postgres database

Notifications You must be signed in to change notification settings

mirajehossain/nodejs-grpc-example-typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nodejs gRPC example with Typescript

Installation

// clone the project
$ git clone https://github.com/mirajehossain/nodejs-grpc-example-typescript.git
$ cd nodejs-grpc-example-typescript

// install dependencies
$ npm install

Generate pb files

// run the script that will generate pb files
$ ./src/scripts/protoc.sh

Run migration

npm run migrate

Build the project

npm run build

Start the project

npm run start

About

gRPC example with nodejs/typescript using postgres database

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published