This is a required project for FCC certification
Instructions for building the project can be found at https://www.freecodecamp.org/learn/relational-database/build-a-world-cup-database-project/build-a-world-cup-database
This project uses a Bash script to enter World Cup data from the .csv file to the PostgreSQL database
Bash and PostgreSQL commands are then used to query the database for useful statistics
games.csv
contains data related to world cup gamesinsert_data.sh
inserts the data from games.csv file to worldcup databasequeries.sh
queries the database for useful statisticsoutput.txt
contains the the output of the queries