Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 605 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 605 Bytes

Top-Teams aims at generating balanced teams from players data for any sport (Football, Basketball, Handball, Hockey, etc.)

See API documentation at http://localhost:8080/swagger-ui/index.html#/

  • Player definition example here
  • Detailed Player definition example here

How to launch the project :

  • mvn clean install
  • Build and Run App io.github.redouanebali.topteams.TopTeamsApplication using Java 21