Skip to content

Commit f825d0c

Browse files
authored
Update README.md
1 parent ca134c1 commit f825d0c

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,18 @@
11
# stac-fastapi-nosql
2+
23
Elasticsearch and mongodb backends for stac-fastapi.
4+
5+
------
6+
#### Running API on localhost:8083
7+
8+
```docker-compose -f docker-compose.mongo.yml up``` **or**
9+
10+
```docker-compose -f docker-compose.elasticsearch.yml up```
11+
12+
------
13+
#### Testing
14+
15+
16+
```make test-mongo``` **or**
17+
18+
```make test-es```

0 commit comments

Comments
 (0)