Files
services/streams/README.md
ben-toogood 47fe6b39ec Streams (#47)
* Streams Service (WIP)

* Complete Streams Service
2021-01-25 14:35:11 +00:00

23 lines
182 B
Markdown

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