Allows users to create an Inverted Index and search from it.
Requires Nodejs and npm to be installed on your machine
Clone this repository
https://github.com/andela-Bgathu/inverted-index
Install the dependencies
npm install
Run the application on the by running the command
gulp
- Upload a file
- Create Index
- Click on show Index to view the index
- Then use the search button to search words from the index
Have fun!!