Tournament Database
The Tournament project is to create an SQL database and a set of Python functions to keep track of players and matches in a game tournament that uses the Swiss system for pairing up players.
-
Install Vagrant https://www.vagrantup.com/
-
Install VirtualBox https://www.virtualbox.org/
-
Uncompress the contents of this zipped folder and save them in your local vagrant folder on your computer
-
Initiate vagrant and launch the virtual machine
-
Once in the virtual machine, change directory to the tournament folder in the zipped file
-
Create databases and views by loading tournament.sql (“psql” -> “\i tournament.sql”)
-
Run tournament.py (“python” -> “tournament.py”)