This commit is contained in:
Asim Aslam
2021-06-11 22:53:52 +01:00
parent f3c13dd88b
commit 8d8595edab
13 changed files with 766 additions and 0 deletions

23
emoji/README.md Normal file
View File

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