Files
services/sms/README.md
2021-06-30 11:54:59 +01:00

23 lines
170 B
Markdown

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