Thumbnail service, image upload fixes (#119)

This commit is contained in:
Janos Dobronszki
2021-05-21 14:25:51 +01:00
committed by GitHub
parent eeed9cee1a
commit d268638cd5
14 changed files with 579 additions and 2 deletions

23
thumbnail/README.md Normal file
View File

@@ -0,0 +1,23 @@
# Thumbnail Service
This is the Thumbnail service
Generated with
```
micro new thumbnail
```
## Usage
Generate the proto code
```
make proto
```
Run the service
```
micro run .
```