Files
freeCodeCamp/curriculum/challenges/_meta/basic-node-and-express/meta.json
Naomi Carrigan ab640abee1 chore: detuplication (#50955)
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2023-07-13 12:46:00 +02:00

59 lines
1.4 KiB
JSON

{
"name": "Basic Node and Express",
"isUpcomingChange": false,
"dashedName": "basic-node-and-express",
"helpCategory": "JavaScript",
"order": 1,
"time": "5 hours",
"superBlock": "back-end-development-and-apis",
"challengeOrder": [
{
"id": "587d7fb0367417b2b2512bed",
"title": "Meet the Node console"
},
{
"id": "587d7fb0367417b2b2512bee",
"title": "Start a Working Express Server"
},
{
"id": "587d7fb0367417b2b2512bef",
"title": "Serve an HTML File"
},
{
"id": "587d7fb0367417b2b2512bf0",
"title": "Serve Static Assets"
},
{
"id": "587d7fb1367417b2b2512bf1",
"title": "Serve JSON on a Specific Route"
},
{
"id": "587d7fb1367417b2b2512bf2",
"title": "Use the .env File"
},
{
"id": "587d7fb1367417b2b2512bf3",
"title": "Implement a Root-Level Request Logger Middleware"
},
{
"id": "587d7fb1367417b2b2512bf4",
"title": "Chain Middleware to Create a Time Server"
},
{
"id": "587d7fb2367417b2b2512bf5",
"title": "Get Route Parameter Input from the Client"
},
{
"id": "587d7fb2367417b2b2512bf6",
"title": "Get Query Parameter Input from the Client"
},
{
"id": "587d7fb2367417b2b2512bf7",
"title": "Use body-parser to Parse POST Requests"
},
{
"id": "587d7fb2367417b2b2512bf8",
"title": "Get Data from POST Requests"
}
]
}