Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 896 Bytes

File metadata and controls

28 lines (23 loc) · 896 Bytes

Search App

A simple search app that uses ReactiveSearch for UI components and Elasticsearch as the datastore. The Docker version of the app uses Cerebro to manage the Elasticseach instance.

Running the app

Without Docker

yarn
  • Start the app
npm start

With Docker

docker-compose up

Adding data

  • Modify the populateES.sh script per your requirements
  • Run the populateES.sh script to populate the ES index