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