Files
services/thumbnail/README.md
2021-05-21 14:25:51 +01:00

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 .
```