Skip to content

salah-aldin-amera/sgsoft-search-engine-task-api

Repository files navigation

SGSOFT Search Engine Task API

Project Description

This project was created as a demo task for sgsoft

Tasks Description File

Setup On A Local Environment

  1. Install JDK 11 or above.

  2. Clone the project and open it in a IDE (ex: IntelliJ or Exclipse)

  3. Install PostgreSQL for the database

  4. Create a database with in PostgreSQL with the follwing name search_engine_db

    Command >>> CREATE DATABASE search_engine_db;

  5. Configure application.properties to match PostgreSQL user and pass added during installtion.

  6. Run the project.

Heroku Deployed Project API Version

sgsoft-search-engine-task-api.herokuapp.com

sgsoft-search-engine-task-api.herokuapp.com/swagger-ui

Heroku Deployed Project APP Version

sgsoft-search-engine-task-app.herokuapp.com

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages