Files
services/locations/README.md
ben-toogood de2c437c41 Locations Service (#34)
* Locations Proto

* Add Read RPC

* Locations Service

* Add read locks
2021-01-08 09:20:22 +00:00

23 lines
188 B
Markdown

# Locations Service
This is the Locations service
Generated with
```
micro new locations
```
## Usage
Generate the proto code
```
make proto
```
Run the service
```
micro run .
```