Skip to content

Project to create a basic pidgeycalc for pokemon-go game. Was created with the intention of apply Spring-boot and angular 6+ technologies

Notifications You must be signed in to change notification settings

lordvault/pidgeycalc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PIDGEYCALC

Pidgey calc is an application created to apply some adquired knowledge on Java and Angular technologies.

Heroku

At this moment the application have includede the following technologies:

  • Spring boot
  • Gradle

As CI/CD is included the use of:

  • Heroku

Funtions:

List

  • localhost:8081/api/list

Calculate

  • localhost:8081/api/calculate: Inside body:
  "listToCalculate": [
    {
      "referencePokemon": {
        "number": 10,
        "name": "Caterpie",
        "requiredCandiesToEvolve": 12
      },
      "candiesQuantity": 178,
      "pokemonQuantity": 15
    },
    {
      "referencePokemon": {
        "number": 13,
        "name": "Weedle",
        "requiredCandiesToEvolve": 12
      },
      "candiesQuantity": 317,
      "pokemonQuantity": 28
    },
    {
      "referencePokemon": {
        "number": 16,
        "name": "Pidgey",
        "requiredCandiesToEvolve": 12
      },
      "candiesQuantity": 35,
      "pokemonQuantity": 3
    },
    {
      "referencePokemon": {
        "number": 265,
        "name": "Wurmple",
        "requiredCandiesToEvolve": 12
      },
      "candiesQuantity": 155,
      "pokemonQuantity": 13
    },
    {
      "referencePokemon": {
        "number": 293,
        "name": "Whismur",
        "requiredCandiesToEvolve": 12
      },
      "candiesQuantity": 84,
      "pokemonQuantity": 3
    },
    {
      "referencePokemon": {
        "number": 519,
        "name": "Pidove",
        "requiredCandiesToEvolve": 12
      },
      "candiesQuantity": 91,
      "pokemonQuantity": 8
    }
  ]
}```

About

Project to create a basic pidgeycalc for pokemon-go game. Was created with the intention of apply Spring-boot and angular 6+ technologies

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages