* add the ip service

* update readme
This commit is contained in:
Asim Aslam
2021-06-02 16:13:11 +01:00
committed by GitHub
parent 7157db9aaa
commit 4b01ad59f2
15 changed files with 638 additions and 31 deletions

23
ip/README.md Normal file
View File

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