Files
services/location/README.md
Asim Aslam 25ae1f2b98 Add location service (#29)
* Add location service

* Update README.md
2020-11-17 22:22:33 +00:00

24 lines
209 B
Markdown

# Location Service
A realtime GPS location tracking and search service
Generated with
```
micro new location
```
## Usage
Generate the proto code
```
make proto
```
Run the service
```
micro run .
```