#Swiss style tournament
A Swiss style tournament which creates players and tourments and matches them agaisnt each other.
#Instuctions
- install vagrant using Vagrentfile.
- ssh to vagrant machine
- Create database scheme by changing to tournament directory cd /vagrant/tournament
- start psql
- import sql '\i tournament.sql'
- quit psql '\q'
- launch unit testing file from inside tournament directory "python tournament_test.py"