Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhealy1 committed Mar 18, 2024
1 parent 2aae61a commit 6836bd2
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
# goapi-stac
# gostac-api
### a STAC api written in go with fiber, gorm, elasticsearch and postgres
#### https://documenter.getpostman.com/view/12888943/VVBXwQnu
-------

### RUN LOCALLY (localhost:6002):
```$ make database```
### RUN POSTGRES API LOCALLY (localhost:6002):
```$ docker compose up database```
```$ cd pg-api```
```$ go build```
```$ go run app.go```

### RUN ELASTICSEARCH API LOCALLY (localhost:6003):
```$ docker compose up elasticsearch```
```$ cd es-api```
```$ go build```
```$ go run app.go```

Expand Down

0 comments on commit 6836bd2

Please sign in to comment.