Common code for the Relational Databases and Full Stack Fundamentals courses
It is required to design and implement a swiss tournament, this includes DB schema design and python implementation
SQL code for creating Database and tables and views
Contains the python code that interacts with the database, it connects, adds or deletes rows, selects rows from tables and views, also it may contain any needed processing
This is the file containing the code that tests the project, it remains unchanged
This file
-
run the virtual machine
-
Run tournament.sql to create database and tables/views needed
-
run tournament_test.py, it includes code for testing several functions
-
feel free to read to use tournament.py implemented functions with other input / scenarios