Skip to content

veracpg/Udacity-Tournament-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#UDACITY - TOURNAMENT PROJECT

##Project Description:

This project require to create a DB design to manage a swiss-system tournament.

##Tech:

Python / PostgreSQL

##Files:

  • #####tournament.py

      Contains the implementation for the Swiss
      Tournament using DB Python API
    
  • #####tournament.sql

      Contains all the SQL code to create automatically 
      the Database, Tables and Views
    
  • #####tournament_test.py

      Contais the script for testing the tournament.py 
      file 
    

##Execute the DB:

  • Paste the following commands in you terminal

    $ psql -f tournament.sql

##Test the code:

  • Run the script in the command line with the following command:

    $ python tournament_test.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages