pedrojfs17 / FEUP-PRI

FEUP - Processamento e Recuperação de Informação

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PRI

Solr

To run solr, please run the following command from the /sources folder:

./run.sh -b

NOTE: For testing, please run the command with the extra -t flag. This will load Solr with a smaller dataset, present in this zip.

User Interface

After Solr is running, please follow the next instructions:

Firstly, from the /sources/milestone_3 folder, run the following command to start the backend:

npm install & npm start

After backend is running, run the following command from the /sources/milestone_3/client folder:

npm install & npm start

If Solr, Backend and Frontend are running, you can then join https://localhost:3000 to interact with the user interface of our search system.

About

FEUP - Processamento e Recuperação de Informação


Languages

Language:C 80.7%Language:JavaScript 5.8%Language:Jupyter Notebook 4.5%Language:Python 3.5%Language:R 2.5%Language:Makefile 1.6%Language:TeX 0.6%Language:Shell 0.3%Language:HTML 0.2%Language:CSS 0.1%Language:Dockerfile 0.1%