Files
services/ip/README.md
Asim Aslam 4b01ad59f2 Ip (#133)
* add the ip service

* update readme
2021-06-02 16:13:11 +01:00

23 lines
167 B
Markdown

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