Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 446 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 446 Bytes

bayes-dota

This is the task.

Any additional information about your solution goes here.

How it works

combat log file will be processed and inserted the significant events in H2 database as part of POST /api/match Endpoint. REST Endpoints are implemented to retrieve the significant events for specific match. JpaRepository are used to interacting with database.

Improvements Possible

  • Implement Test cases