Skip to content

example express crud using grpc (google remote procedure call) rest api

Notifications You must be signed in to change notification settings

restuwahyu13/express-grpc-rest-api

Repository files navigation

Express Typescript Grpc (Google Remote Procedure Call)

Install Make GNU

  • MacOs
 brew install make
  • Linux
 apt-get install make
  • Windows
 choco install make

Run Command

  • Install Package

    npm install && npm audit fix
  • Production

    make prod type=server or make prod type=client
  • Development

    make dev  type=server or make dev type=client
  • Build Application

    make build

Generate Config

  • windows

    make grpcwin
  • Linux/MacOS

    make grpclinmac

Route Endpoint

Name Method Route
Create Student POST /api/v1/mhs
Results Student GET /api/v1/mhs
Result Student GET /api/v1/mhs/:id
Delete Student DELETE /api/v1/mhs/:id
Update Student PUT /api/v1/mhs/:id

About GRPC

Author

About

example express crud using grpc (google remote procedure call) rest api

Resources

Stars

Watchers

Forks