Skip to content

bxabi/overwatch-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

overwatch-api

Overwach API exercise with Spring Boot

Typical Spring Boot application, start it running the OverwatchApiApplication. It listens at the default port 8080.

At the first start it retrieves the data from the original overwatch api, and stores it in a h2 database in the ~ folder. (This is only done at the first start if the database doesn't exist yet)

/api/heros - hero list
/api/heros/{hero_id} - hero data
/api/heros/{hero_id}/abilities - hero ability list
/api/abilities/ - ability list
/api/abilities/{ability_id} - ability data

Api documentation: http://localhost:8080/swagger-ui.html

About

Overwach API exercise with Spring Boot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages