Sample task for nodejs, extjs, mongodb, elasticSearch.
Prepare the data for the database. Look into the config.json for the database name which will be used by an
application. Connect to the database specified there with a mongo console, and get the mongodb/mongo-sample-data.js to store first books.
Then, carry on to building application. First, run
npm install
This will install the dependencies. Then,
node server.js
Which runs the server.
/****** Elastic Search ******/ install to project
npm install elasticsearch client
Download Elastic Search server
http://www.elasticsearch.org/download/
run elasticsearch server
node book-search.js
/********** END **********/