Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 904 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 904 Bytes

Mariposa


Prequisities

  1. JDK
  2. Gradle
  3. Maven
  4. Spring Boot CLI
  5. Heroku CLI# Novaly

Tasks

GET

  • Get all LAN party information
  • Get a specific LAN party based on the date
  • Get all LAN party data for a semester
  • Get specific tournament data based on id
  • Get linked brackets for the tournament based on tournament id
  • Get data on streams
  • Get winners based on tournament id

POST

  • Create a new tournament
  • Create a new bracket for a tournament

PATCH

  • Update tournament by id
  • Update bracket by id
  • Update winners by the id of tournament