Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 293 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 293 Bytes

nology-pokemon

Nology pokeman technical test

Some points to note:

  • Runs on port 8080 when running standalone.
  • Pokemons are loaded via pokemons.csv file - see src/main/resources/pokemons.csv
  • File can be loaded via filesystem file or from classpath (default), see application.properties