TestDeveloper

Contenido


Description

The project allows: Get the recent Java articles collected from the Hacker News source.


Dependencies

  • The API "hn.algolia.com" is called to obtain the data

Pre-requisites to run the application

  • Have Java 8 version installed
  • Download the sources from GitHub
  • Download dependencies (Maven)
  • Run the project

Built with

  • Java 1.8 (spring boot 2.0.5.RELEASE) - Base language of the entire application
    • RestTemplate: Spring class for HTTP requests (Communication with external API's)
  • Maven - Dependency manager

Exposed endpoints