Skip to content

science-engineering-art/sherlock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Informational Retrieval Systems

License: MIT Last commit GitHub commit activity Github Stars Github Forks Github Watchers GitHub contributors

Sherlock is a search engine developed by computer science students for purely academic purposes. Any kind of contribution to the project is welcome.

Installation

make install

Execution

From the root directory run in a terminal,

make python

and run this in another terminal.

make react

Docker

You may not want to conflict with packages installed on your local computer, you can more easily build the docker image and run it with a container.

From the root directory runs from a terminal to lift the service,

make run-docker

and to close the service.

make stop-docker

Finally, enter the browser at the following web address localhost:3000.