/udacity-tournament-results

Database Project for Udacity's full stack web dev nano degree

Primary LanguagePython

Udacity Tournament Results

A database project build for udacity's full stack nanodegree program. Built with python and PostgreSQL

Documentation

1. Create Database

Log into your PostgreSQL console and paste the content of tournament.sql. This will create all necessary tables and views.

2. Run tournament_test.py to check if everything works as expected.