AJAX Search
This project was made to help a fellow programmer in Stack Overflow
Installation
Just a usual Node.js in installation
npm install
To see any results in your page, run
node insert.js
This will create a MongoDB database called ajaxsearch
and will insert some documents in its fruits
collection.
Usage
To start the express server, run
node bin/www
and go to localhost:3000 to see the results.