Sherlock
No description available
Install / Use
/learn @science-engineering-art/SherlockREADME
Informational Retrieval Systems
<center><img src="media/frontend.jpg"/></center>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.
