Files
services/cache/README.md
2021-05-19 13:55:34 +01:00

23 lines
176 B
Markdown

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