mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-22 23:35:26 +00:00
Locations Service (#34)
* Locations Proto * Add Read RPC * Locations Service * Add read locks
This commit is contained in:
23
locations/README.md
Normal file
23
locations/README.md
Normal 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 .
|
||||
```
|
||||
Reference in New Issue
Block a user