mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
chore(curriculum): add celestial bodies database lab to front-end (#56073)
This commit is contained in:
@@ -2192,7 +2192,12 @@
|
||||
"thsj": { "title": "335", "intro": [] },
|
||||
"cvvu": { "title": "336", "intro": [] },
|
||||
"ohnc": { "title": "337", "intro": [] },
|
||||
"suqn": { "title": "338", "intro": [] },
|
||||
"lab-celestial-bodies-database": {
|
||||
"title": "Build a Celestial Bodies Databse",
|
||||
"intro": [
|
||||
"For this project, you will build a database of celestial bodies using PostgreSQL."
|
||||
]
|
||||
},
|
||||
"oxxf": { "title": "339", "intro": [] },
|
||||
"ynqt": { "title": "340", "intro": [] },
|
||||
"hnta": { "title": "341", "intro": [] },
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
---
|
||||
title: Introduction to the Build a Celestial Bodies Database
|
||||
block: lab-celestial-bodies-database
|
||||
superBlock: front-end-development
|
||||
---
|
||||
|
||||
## Introduction to the Build a Celestial Bodies Database
|
||||
|
||||
In this lab you will build a Celestial Bodies Database
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"name": "Build a Celestial Bodies Database",
|
||||
"isUpcomingChange": true,
|
||||
"dashedName": "lab-celestial-bodies-database",
|
||||
"order": 338,
|
||||
"superBlock": "front-end-development",
|
||||
"challengeOrder": [{ "id": "5f1a4ef5d5d6b5ab580fc6ae", "title": "Build a Celestial Bodies Database" }],
|
||||
"helpCategory": "Backend Development",
|
||||
"blockType": "lab"
|
||||
}
|
||||
+25
@@ -0,0 +1,25 @@
|
||||
---
|
||||
id: 5f1a4ef5d5d6b5ab580fc6ae
|
||||
title: Build a Celestial Bodies Database
|
||||
challengeType: 13
|
||||
url: freeCodeCamp/learn-celestial-bodies-database
|
||||
dashedName: lab-celestial-bodies-database
|
||||
---
|
||||
|
||||
# --description--
|
||||
|
||||
For this project, you will build a database of celestial bodies using PostgreSQL.
|
||||
|
||||
# --instructions--
|
||||
|
||||
**Important:** After you pass all the project tests, save a dump of your database into a `universe.sql` file so you can complete step 2. There will be instructions how to do that within the virtual machine.
|
||||
|
||||
# --notes--
|
||||
|
||||
Required files: `universe.sql`
|
||||
|
||||
# --hints--
|
||||
|
||||
# --seed--
|
||||
|
||||
# --solutions--
|
||||
@@ -14,8 +14,9 @@ const duplicatedProjectIds = [
|
||||
'56533eb9ac21ba0edf2244e2',
|
||||
'aff0395860f5d3034dc0bfc9',
|
||||
'aa2e6f85cab2ab736c9a9b24',
|
||||
'bd7158d8c443edefaeb5bd0e',
|
||||
'5a8b073d06fa14fcfde687aa'
|
||||
'5a8b073d06fa14fcfde687aa',
|
||||
'5f1a4ef5d5d6b5ab580fc6ae',
|
||||
'bd7158d8c443edefaeb5bd0e'
|
||||
];
|
||||
|
||||
class MongoIds {
|
||||
|
||||
Reference in New Issue
Block a user