Giter Club home page Giter Club logo

alea's Introduction

Alesa 🎮🎰

Summary 🤔

To complete the Backend Knowledge test, you should complete the following goals.

Requirement PokeAPI JSON Field
Show in JSON format via HTTP the 5 heaviest Pokémons. "weight"
Show in JSON format via HTTP the 5 highest Pokémons. "height"
Show in JSON format via HTTP the 5 Pokémons with more base experience. "base_experience"

To complete this test, you must use the following prerequisites:

  1. Use Java + SpringBoot

  2. Unit Tests

  3. Use PokéAPI (https://pokeapi.co/api/v2)

  4. We only want Pokémons of “Red Version”. You are able to find this information one the section “game_indices” for each Pokémon:

    1. Version_name: red

    2. Version_url : https://pokeapi.co/api/v2/version/1

Our Recommendations:

· Project Lombok

· Use H2database if you want/need to store some information in a database instead of using an external DB.

· Spring initializr: https://start.spring.io/. |

Results 📷

End points list:

Local H2 Database:

Java Version:

  • 1.8

Maven dependencies used:

  • log4j
  • junit
  • lombok
  • JPA (Repositories)
  • Spring-boot (Web + test)

Heaviest - Top 5️- JSON Response💪

Heaviest

Highest - Top 5️- JSON Response 💪

Heaviest

Base Experience - Top 5️- JSON Response 💪

Heaviest

Unitary testing ✔️:

InvalidFormat

alea's People

Contributors

cristianve avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.