hinsxd / grpc-nest-auth-svc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

This repository is part of my article on Medium:
Microservices with TypeScript, gRPC, API Gateway, and Authentication | by Kevin Vogel

Repositories

Installation

$ npm install
$ npm run proto:install
$ npm run proto:auth

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Author

About


Languages

Language:TypeScript 93.8%Language:JavaScript 6.2%