This is a Pokemon REST API written in Kotlin. I make use of technologies like SpringBoot, Spring Security, Crud Repository, etc.
- GET
- GET /{id}
- POST
- PATCH /{id}
- DELETE /{id}
- Either clone og download the ZIP file.
- Navigate to folder and run:
mvn clean install
in your terminal. - Start the Spring application.
- Test the different requests presentet on this page.