Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 573 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 573 Bytes

World Cup Database

Description This project is part of a course required to earn certification. In this project, I create a Bash script that inserts information from World Cup games into a PostgreSQL database, and then query the database to gather useful statistics.

Technologies Used Bash: A shell scripting language used to automate the process of inserting data into the PostgreSQL database. PostgreSQL: A relational database management system used to store World Cup game data. Gitpod: The development environment used to run this project in a virtual Linux machine.