Skip to content

daveisadork/retourney

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ReTourney - Restful Tournament API

WIP


Actions

  • CRUD

Models

Participant Org

  • name
  • id

Participant

  • name
  • id
  • organization/team/school id

Tourney

  • name
  • description
  • owner
  • created

Match

  • match id
  • tourney id
  • participant a
  • participant b

Tourney Type

  • Single Elimination
  • Double Elimination
  • Round-Robin

Tourney Round

  • tourney id
  • round id

MatchResult

  • match id

Tourney Result

  • tourney id

About

Restful tournament API demo project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%