Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 393 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 393 Bytes

node-indexer

A Node.js sample using redis and elasticsearch for indexing & searching

Installation

Install the dependencies and start the server.

$ git clone https://github.com/raghavmac/node-indexer.git
$ cd node-indexer
$ npm install
$ npm start

It's time to start!!!

###Make sure redis-server and elasticsearch is running

redis-server.exe
elasticsearch.bat