Skip to content

sajjadpz/overwatch-api-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages