Sherlock is a search engine developed by computer science students for purely academic purposes. Any kind of contribution to the project is welcome.
make install
From the root directory run in a terminal,
make python
and run this in another terminal.
make react
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.