mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-12 03:05:14 +00:00
23 lines
170 B
Markdown
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 .
|
|
``` |