This project provides a keyword-based search engine for agricultural science papers. Articles are ranked by relevance, ensuring that the most closely matching results appear first.
- Download Docker Desktop for your OS. Docker Compose will be automatically installed.
- Clone or download this repo.
- At the root of the project add and edit these two files:
db_setup.envPOSTGRES_USER= # User name POSTGRES_PASSWORD= # User password POSTGRES_DB= # A db namedb_conn.envDB_HOST=db DB_PORT=5432 DB_USER= # DB_PASSWORD= # Use the parameters defined in the other file DB_NAME= #
- Start docker, then open the terminal and run:
Wait until the build is finished.
docker-compose up - The app will be available at localhost:3000