add otp service (#88)

This commit is contained in:
Asim Aslam
2021-04-28 10:09:17 +01:00
committed by GitHub
parent 2c8708ad65
commit b96bb863e2
14 changed files with 720 additions and 0 deletions

23
otp/README.md Normal file
View File

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