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
- Host: GitHub
- URL: https://github.com/aryannr97/data-server
- Owner: aryannr97
- License: mit
- Created: 2021-03-27T12:53:58.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-01T14:12:33.000Z (about 5 years ago)
- Last Synced: 2025-06-30T22:36:21.786Z (9 months ago)
- Topics: go, golang, grpc, mongodb
- Language: Go
- Homepage:
- Size: 2.96 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```