chore(curriculum): add world cup database lab to frontend cert (#56077)

This commit is contained in:
Ilenia
2024-09-14 20:05:56 +02:00
committed by GitHub
parent c884c62f6d
commit 497d7037bf
4 changed files with 52 additions and 1 deletions

View File

@@ -2207,7 +2207,12 @@
"udfh": { "title": "345", "intro": [] },
"kuyg": { "title": "346", "intro": [] },
"tvlh": { "title": "347", "intro": [] },
"lhwu": { "title": "348", "intro": [] },
"lab-world-cup-database": {
"title": "Build a World Cup Database",
"intro": [
"For this project, you will create a Bash script that enters information from World Cup games into PostgreSQL, then query the database for useful statistics."
]
},
"mtkd": { "title": "349", "intro": [] },
"wgfc": { "title": "350", "intro": [] },
"sldv": { "title": "351", "intro": [] },

View File

@@ -0,0 +1,9 @@
---
title: Introduction to the Build a World Cup Database
block: lab-world-cup-database
superBlock: front-end-development
---
## Introduction to the Build a World Cup Database
For this project, you will create a Bash script that enters information from World Cup games into PostgreSQL, then query the database for useful statistics.

View File

@@ -0,0 +1,12 @@
{
"name": "Build a World Cup Database",
"isUpcomingChange": true,
"usesMultifileEditor": true,
"hasEditableBoundaries": true,
"dashedName": "lab-world-cup-database",
"order": 348,
"superBlock": "front-end-development",
"challengeOrder": [{ "id": "5f9771307d4d22b9d2b75a94", "title": "Build a World Cup Database" }],
"helpCategory": "Backend Development",
"blockType": "lab"
}

View File

@@ -0,0 +1,25 @@
---
id: 5f9771307d4d22b9d2b75a94
title: Build a World Cup Database
challengeType: 13
url: freeCodeCamp/learn-world-cup-database
dashedName: lab-world-cup-database
---
# --description--
For this project, you will create a Bash script that enters information from World Cup games into PostgreSQL, then query the database for useful statistics.
# --instructions--
**Important:** After you pass all the project tests, save a dump of your database into a `worldcup.sql` file, as well as your `insert_data.sh` and `queries.sh` files, so you can complete step 2. There will be instructions how to do that within the virtual machine.
# --notes--
Required files: `worldcup.sql`, `insert_data.sh`, `queries.sh`
# --hints--
# --seed--
# --solutions--