tournament-results Udacity Full Stack Web Developer Nanodegree Project #4 This project is Python module that uses the PostgreSQL database to keep track of players and matches in a game tournament. Matches are based on Swiss-System Tournament Getting started You must have Python 2.7 installed. Clone this repository into your computer. git clone git@github.com:flaviojohansson/tournament-results.git In the root directory of the project, first type: psql -f tournament.sql. This will create the database and all tables and views needed Run python tournament_test.py to test the tournament.py module