Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 516 Bytes

README.md

File metadata and controls

30 lines (16 loc) · 516 Bytes

overwatch-api-example

DataBase

Please create database manually by the name of dojo

Tools/Technology stack

Spring-boot with JPA / Hibernate Maven Intellij

DemoApplication is entry point of application.

Running Application

mvn spring-boot:run

About REST Service

Following endpoints have been implemented

  1. /api/heros/{hero_id} - hero data
  2. /api/heros/{hero_id}/abilities - hero ability list
  3. /api/abilities/ - ability list
  4. /api/abilities/{ability_id} - ability data