###Getting Started
You will need Vagrant and Virtual Box.
If you have trouble, check out this wiki entry from the helpful folks @ Udacity
###To Run
-
Download or clone this repository
-
cd
into/vagrant/tournament
-
Start Vagrant and
cd
into/vagrant
vagrant up vagrant ssh cd vagrant
-
Use psql to generate SQL DB
psql
\i tournament.sql
\q
- Run Tests
python tournament_test.py