# README
go-grpc-server-boilerplate
A MongoDB gRPC Microservice Boilerplate written in Go.
Getting Started
Local Development
- 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
- Make SSL Certifications using provided script:
$ make cert
- configure boilerplate *If not using docker-compose:
$ cp conf.json.example conf.json
- run docker compose:
$ docker-compose up -d
- 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