Skip to content

findus1994/DevOps2018

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 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.

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. Test the different requests presentet on this page.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published