This is Python module that uses the PostgreSQL database to keep track of players and matches in a game tournament.
Please follow the following steps to execute this project Install python 3.6 on your local machine Install Vagrant
1)Run Vagrant up from the unzipped directory 2)please use proceed to the following directory in unix /vagrant/tournament 3)Run psql 4)Then proceed to run \i tournament.sql , which will create the tables and views for this project 5)Lastly, exit PSQL and proceed to /vagrant/tournament 6)Execute python tournament_test.py