Files
services/sentiment/README.md
2021-02-27 21:45:31 +00:00

23 lines
188 B
Markdown

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