https://github.com/kuangshp/user_srv
https://github.com/kuangshp/user_srv
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kuangshp/user_srv
- Owner: kuangshp
- Created: 2021-01-31T00:17:54.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-31T00:19:15.000Z (over 4 years ago)
- Last Synced: 2025-01-12T08:29:34.324Z (9 months ago)
- Language: Go
- Size: 32.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 .
```