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
- Host: GitHub
- URL: https://github.com/pathaknv/user-mgmt-grpc
- Owner: pathaknv
- Created: 2022-10-29T11:34:44.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-02T06:42:49.000Z (over 3 years ago)
- Last Synced: 2025-02-05T11:36:58.133Z (over 1 year ago)
- Language: Go
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`