Skip to content

ahmadelmorshedy/fullstack-nanodegree-vm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

rdb-fullstack

Common code for the Relational Databases and Full Stack Fundamentals courses

Project Requirements

It is required to design and implement a swiss tournament, this includes DB schema design and python implementation

Files Included

tournament.sql

SQL code for creating Database and tables and views

tournament.py

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

tournament_test.py

This is the file containing the code that tests the project, it remains unchanged

README.md

This file

Running the project

  1. run the virtual machine

  2. Run tournament.sql to create database and tables/views needed

  3. run tournament_test.py, it includes code for testing several functions

  4. feel free to read to use tournament.py implemented functions with other input / scenarios

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 92.5%
  • Shell 4.7%
  • Ruby 2.8%