After cloning this repository, if you have a Java environment on your machine, you can directly run the commands.
./gradlew build
To run the application with a database:
./gradlew run --args="<pokemonSearchedNumber> <databaseDirectory>"
To run the application via the API:
./gradlew run --args="<pokemonSearchedNumber>"
./gradlew test