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

https://github.com/pathaknv/user-mgmt-grpc

Golang based grpc client & server for user management
https://github.com/pathaknv/user-mgmt-grpc

Last synced: about 1 year ago
JSON representation

Golang based grpc client & server for user management

Awesome Lists containing this project

README

          

# user-mgmt-grpc
Golang based grpc client & server for user management

# Running the app locally:
- Clone the repo locally
- Terminal 1: `docker-compose up client`
- Terminal 2: `docker-compose up server`
- Terminal 3: `docker-compose up db`