Image service (#89)

This commit is contained in:
Janos Dobronszki
2021-05-05 11:15:40 +01:00
committed by GitHub
parent feb3550c7c
commit e563d6114b
15 changed files with 1133 additions and 5 deletions

23
image/README.md Normal file
View File

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