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.