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

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

Awesome Lists containing this project

README

          

# UserService
[![production image build](https://github.com/invenlore/user.service/actions/workflows/master.yaml/badge.svg?branch=master)](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
```