Files
services/url-shortener/README.md
2021-05-17 13:41:36 +01:00

23 lines
198 B
Markdown

# UrlShortener Service
This is the UrlShortener service
Generated with
```
micro new url-shortener
```
## Usage
Generate the proto code
```
make proto
```
Run the service
```
micro run .
```