Files
services/places/README.md
2021-01-13 13:36:55 +00:00

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 .
```