Skip to content

endre-synnes/pokemon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pokemon REST API

This is a Pokemon REST API written in Kotlin. I make use of technologies like SpringBoot, Spring Security, Crud Repository, etc.

Build Status

Supported requests

Pokemons

  • GET
  • GET /{id}
  • POST
  • PATCH /{id}
  • DELETE /{id}

How to test/run the application

  1. Either clone og download the ZIP file.
  2. Navigate to folder and run: mvn clean install in your terminal.
  3. Start the Spring application.
  4. Go to the Swagger page in your web browser.
  5. Test the different requests presentet on this page.

About

Pokemon REST API written in Kotlin

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published