mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-12 11:15:12 +00:00
24 lines
209 B
Markdown
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 .
|
|
```
|