Files
services/image/README.md
Janos Dobronszki e563d6114b Image service (#89)
2021-05-05 11:15:40 +01:00

23 lines
176 B
Markdown

# Image Service
This is the Image service
Generated with
```
micro new image
```
## Usage
Generate the proto code
```
make proto
```
Run the service
```
micro run .
```