https://github.com/sks/microservices
https://github.com/sks/microservices
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sks/microservices
- Owner: sks
- Created: 2020-06-26T11:38:53.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-02-25T06:11:24.000Z (about 2 years ago)
- Last Synced: 2025-01-22T16:31:25.944Z (4 months ago)
- Language: Go
- Size: 6.04 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Microservices
Thought of learning more about [GRPC](https://grpc.io/) services and container usages
## Tech Stack
1. [Go lang](https://golang.org/)
2. [Uber FX](https://github.com/uber-go/fx)
3. [GRPC JSON Gateway](https://github.com/grpc-ecosystem/grpc-gateway)## Services
1. [feature flags service](./cmd/featureflags)
2. [sms otp verifier](./cmd/smsotpverifier)