Sherlock is a search engine developed by computer science students for purely academic purposes. Any kind of contribution to the project is welcome.
make installFrom the root directory run in a terminal,
make pythonand run this in another terminal.
make reactYou 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-dockerand to close the service.
make stop-dockerFinally, enter the browser at the following web address localhost:3000.
