https://github.com/invenlore/user.service
UserService
https://github.com/invenlore/user.service
argocd golang grpc health logrus protobuf
Last synced: 10 months ago
JSON representation
UserService
- Host: GitHub
- URL: https://github.com/invenlore/user.service
- Owner: invenlore
- License: mit
- Created: 2025-02-26T22:55:24.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2025-03-07T23:20:40.000Z (10 months ago)
- Last Synced: 2025-03-07T23:27:09.967Z (10 months ago)
- Topics: argocd, golang, grpc, health, logrus, protobuf
- Language: Go
- Homepage:
- Size: 44.9 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# UserService
[](https://github.com/invenlore/user.service/actions/workflows/master.yaml)
### Docker:
```shell
# fresh with build
make fresh
# start
make up
# stop
make down
# logs
make logs
```
### Or just run:
```shell
make run
```