/Inverted-Index

A simple inverted index application

Primary LanguageJavaScript

Checkpoint One: Inverted Index

Build Status Coverage Status

This is a simple inverted index application that allows a user upload JSON files asynchronously, create an index of each uploaded JSON file, provided it has the properties of a title and a text, and also search through the indexed files.

See demo here

Inspired By

Installation Process

  1. Clone the repository.
  2. Run npm install
  3. Run gulp app to startup browsersync

Testing Process

Run the SpecRunner.html in the base dir or run karma start in your terminal

Dependecies

Licence

MIT License

Copyright (c) 2016 Fortune Ikechukwu Ekeruo