mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-09 16:01:39 -04:00
chore(curriculum): add world cup database lab to frontend cert (#56077)
This commit is contained in:
@@ -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": [] },
|
||||
|
||||
@@ -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.
|
||||
12
curriculum/challenges/_meta/lab-world-cup-database/meta.json
Normal file
12
curriculum/challenges/_meta/lab-world-cup-database/meta.json
Normal 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"
|
||||
}
|
||||
@@ -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--
|
||||
Reference in New Issue
Block a user