An open API service indexing awesome lists of open source software.

https://github.com/aryannr97/data-server

A grpc server implementation for interacting with mongodb database
https://github.com/aryannr97/data-server

go golang grpc mongodb

Last synced: 9 months ago
JSON representation

A grpc server implementation for interacting with mongodb database

Awesome Lists containing this project

README

          

# data-server

A grpc server implementation for interacting with mongodb database

## Pre-requisites
- [Golang-1.14 & above](https://golang.org/doc/install)
- [Docker](https://www.docker.com/products/docker-desktop)

## Build & Execution

```
docker-compose up --build
```

## Test coverage

```
go test ./... -cover
```