This project was created as a demo task for sgsoft
-
Install JDK 11 or above.
-
Clone the project and open it in a IDE (ex: IntelliJ or Exclipse)
-
Install PostgreSQL for the database
-
Create a database with in PostgreSQL with the follwing name search_engine_db
Command >>> CREATE DATABASE search_engine_db;
-
Configure application.properties to match PostgreSQL user and pass added during installtion.
-
Run the project.