Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 528 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 528 Bytes

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