Run a postgres databse on your local machine. Clone this repository with all the files
- First run the command:
psql -U postgres < worldcup.sql - Run the file insert_data.sh:
./insert_data.sh - Run the file queries.sh:
./queries.sh
This is one of the database certification projects named Worldcup Database on freeCodeCamp. Feel free to play around and implement your own data insertion script and add new queries.