Categorygithub.com/JECSand/go-grpc-server-boilerplate
modulepackage
0.0.0-20230704193043-9b6346a66585
Repository: https://github.com/jecsand/go-grpc-server-boilerplate.git
Documentation: pkg.go.dev

# README

go-grpc-server-boilerplate

A MongoDB gRPC Microservice Boilerplate written in Go.

Getting Started

Local Development

  1. Get the Backend API from Github and configure the conf.json file:
    $ git clone https://github.com/JECSand/go-grpc-server-boilerplate
    $ cd go-grpc-server-boilerplate
    
    
  2. Make SSL Certifications using provided script:
     $ make cert
    
    
  3. configure boilerplate *If not using docker-compose:
    $ cp conf.json.example conf.json
    
    
  4. run docker compose:
     $ docker-compose up -d
    
    
  5. API Service will be reachable at: grpc://localhost:5555 with TLS enabled.

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author