mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-21 15:05:01 +00:00
add sentiment analaysis mvp
This commit is contained in:
23
sentiment/README.md
Normal file
23
sentiment/README.md
Normal file
@@ -0,0 +1,23 @@
|
||||
# Sentiment Service
|
||||
|
||||
This is the Sentiment service
|
||||
|
||||
Generated with
|
||||
|
||||
```
|
||||
micro new sentiment
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
Generate the proto code
|
||||
|
||||
```
|
||||
make proto
|
||||
```
|
||||
|
||||
Run the service
|
||||
|
||||
```
|
||||
micro run .
|
||||
```
|
||||
Reference in New Issue
Block a user