Common code for the Relational Databases and Full Stack Fundamentals courses
#Setup:
*Install both VAGRANT and VIRTUAL BOX *Open Terminal and navigate to tourment folder. *Launch VAGRANT using "vagrant up" *SSH into VAGRANT "vagrant ssh" *Navigate to /vagrant/tournament "cd /vagrant/tournament"
*Setup PSQL using tournament.sql (Load the tables into a db named tournament)
##Testing or Running For Testing: Run tournament_test.py "python tournament_test.py"
For Running: Run tournament.py "python tournament.py"