Skip to content

Testing using search engine for better in app navigation

Notifications You must be signed in to change notification settings

einarno/hackathon-search

Repository files navigation

React and Mellisearch

This is a sample project that demonstrates how to use meilisearch with React

Requirements

  • Docker
  • Node.js (18)

Setup

Start search engine

Set up Mellisearch locally with the following commands:

docker pull getmeili/meilisearch:v1.3

docker run -it --rm \
    -p 7700:7700 \
    -e MEILI_ENV='development' \
    -e MEILI_MASTER_KEY='test_key'\
    -v $(pwd)/meili_data:/meili_data \
    getmeili/meilisearch:v1.3

installation guide

Add data to search engine

npm i
npm run seed

Start React app

npm run dev

About

Testing using search engine for better in app navigation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •