Skip to content

Repo to test grpc with golang apis

Notifications You must be signed in to change notification settings

taivon/grpc-golang-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golang API

Prerequisites

Make sure you have the version of Go from go.mod installed. Then clone the repository.

Run The Project

Once you have installed the necessary dependencies by following the prerequisites, go to the project root and run:

make run

or

make build
./server

Note: By default, server will run on port 8080 unless a PORT environment variable was defined

About

Repo to test grpc with golang apis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 77.3%
  • Dockerfile 17.7%
  • Makefile 5.0%