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
- Host: GitHub
- URL: https://github.com/buda-base/opensearch-ui-prototype
- Owner: buda-base
- License: mit
- Created: 2024-06-05T08:32:16.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-02T16:41:39.000Z (almost 2 years ago)
- Last Synced: 2026-01-19T19:43:58.400Z (5 months ago)
- Language: JavaScript
- Size: 8.1 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```