Files
services/otp/README.md
2021-04-28 10:09:17 +01:00

23 lines
170 B
Markdown

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