An open API service indexing awesome lists of open source software.

https://github.com/buda-base/opensearch-ui-prototype

Prototype for BDRC's OpenSearch web ui
https://github.com/buda-base/opensearch-ui-prototype

Last synced: 3 months ago
JSON representation

Prototype for BDRC's OpenSearch web ui

Awesome Lists containing this project

README

          

# opensearch-ui-prototype

Prototype for BDRC's OpenSearch web ui

# Install

```sh
yarn install
```

# Environment

Create a `.env` file and copy the following variables :

```
REACT_APP_ELASTICSEARCH_HOST = #### # Add your elasticsearch host url
REACT_APP_ELASTICSEARCH_BASIC_AUTH = #### # Add your Authorization token
REACT_APP_ELASTICSEARCH_INDEX = #### # Add your ES index
REACT_APP_AUTOSUGGEST_HOST = #### # Add your autosuggest host url
REACT_APP_LABEL_API = #### # Add your LabelAPI host url
```