ApiPokemon

Contenido


Description

The project allow: List pokemons and their description with pagination.


Dependencies


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

Deploy with Heroku

Commands with sdk of Heroku:

git init

git add .

git commit -m "deploy"

heroku apps:create unique-api-name

git push heroku master