Within the download you'll find the following directory and files:
vagrant/ ├── tournament.py ├── tournament.sql ├── tournament_test.py
- Make sure you have
python
installed [requires Python v2.7 to be installed] - Requires 'Vagrant VM' to be installed and configured
To run this project:
- Navigate to tournament directory in terminal
- use command vagrant up (powers up virtual machine) followed by vagrant ssh
- cd into /vagrant and then cd /tournament
- input python tournament_test.py to see test results
The tournament_test.py file was pre configured, the tournament.sql and tournament.py files were implemented by myself