pokemon-api

Just another pokémon API

MIT License

Stars
3

Just Another Pokmon API

This project is a Java Spring API that was made to demonstrate the Airway library potential. Credits to Rocketwave enterprise.

Instructions

To run the server, use the following commmand on the terminal.

  • Linux/MacOS ./gradlew bootRun
  • Windows ./gradlew.bat bootRun

Endpoints

Pokmon

Get pokmon info by name or id

GET http://localhost:8080/api/pokemon/{id or name}

Item

Get pokitem info by name or id GET http://localhost:8080/api/item/{id or name}