URL shortening service (#99)

This commit is contained in:
Janos Dobronszki
2021-05-17 13:41:36 +01:00
committed by GitHub
parent cecabe336f
commit c4e9a5c9c1
12 changed files with 902 additions and 0 deletions

23
url-shortener/README.md Normal file
View File

@@ -0,0 +1,23 @@
# 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 .
```