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

https://github.com/kuangshp/user_srv


https://github.com/kuangshp/user_srv

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# User Service

This is the User service

Generated with

```
micro new user
```

## Usage

Generate the proto code

```
make proto
```

Run the service

```
micro run .
```