Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 352 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 352 Bytes

Install dependencies

npm install

Run the service

npm run dev

Create dummy index (using Faker)

npm run index:create

Search in the created dummy index (change the search term in the code)

npm run index:search

Drop the whole dummy index

npm run index:drop

Kill the service

npm run dev:down