mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-21 23:15:06 +00:00
24 lines
343 B
Markdown
24 lines
343 B
Markdown
# Places Service
|
|
|
|
The places service stores places of interest by geolocation
|
|
|
|
Generated with
|
|
|
|
```
|
|
micro new places
|
|
```
|
|
|
|
## Usage
|
|
|
|
Places makes use of postgres. Set the config for the database
|
|
|
|
```
|
|
micro user config set places.database "postgresql://postgres@localhost:5432/locations?sslmode=disable"
|
|
```
|
|
|
|
Run the service
|
|
|
|
```
|
|
micro run .
|
|
```
|