add news service (#282)

This commit is contained in:
Asim Aslam
2021-11-24 10:43:34 +00:00
committed by GitHub
parent 3f64826136
commit 6186bf717b
14 changed files with 808 additions and 7 deletions

23
news/README.md Normal file
View File

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