DB service (#132)

This commit is contained in:
Janos Dobronszki
2021-06-02 15:29:52 +01:00
committed by GitHub
parent 4d12230338
commit 7157db9aaa
15 changed files with 1389 additions and 4 deletions

23
db/README.md Normal file
View File

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