mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
23 lines
188 B
Markdown
23 lines
188 B
Markdown
# Thumbnail Service
|
|
|
|
This is the Thumbnail service
|
|
|
|
Generated with
|
|
|
|
```
|
|
micro new thumbnail
|
|
```
|
|
|
|
## Usage
|
|
|
|
Generate the proto code
|
|
|
|
```
|
|
make proto
|
|
```
|
|
|
|
Run the service
|
|
|
|
```
|
|
micro run .
|
|
``` |