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.
- Install and run Elasticseach
- Optional: Install and run Cerebro
- Install the Node modules
yarn
- Start the app
npm start
- Install and start Docker
- Start up the services
docker-compose up
- Modify the
populateES.shscript per your requirements - Run the
populateES.shscript to populate the ES index