Skip to content

hunain-saeed/Boolean-Model-IR-Frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boolean Model of IR

Frontend for Boolean Model of IR, developed using React, Material-UI, and CSS.
Backend is developed on Flask: Boolean-Model-Information-Retrieval-Backend

Installation and Setup Instructions Clone down this repository. You will need node and npm installed globally on your machine.

Installation:
npm install

To Run Test Suite:
npm test

To Start Server:
npm start

To Visit App:
localhost:3000