Locations Service (#34)

* Locations Proto

* Add Read RPC

* Locations Service

* Add read locks
This commit is contained in:
ben-toogood
2021-01-08 09:20:22 +00:00
committed by GitHub
parent 9971d97582
commit de2c437c41
14 changed files with 1770 additions and 0 deletions

23
locations/README.md Normal file
View File

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