Skip to content

shubhammehra4/InvertedIndex

Repository files navigation

Information Retrieval using Inverted Index

Live Demo
Books Dataset

Run Locally

  • git clone https://github.com/shubhammehra4/InvertedIndex.git
  • cd ./InvertedIndex/

Server

  • Install npm install
  • Run Dev npm run dev
  • Run Prod npm start

Client

  • Dir cd ./web/
  • Install npm install
  • Run Dev npm run dev
  • Build npm run build