fix(curriculum): move meta.json (#29711)
<!-- Please follow this checklist and put an x in each of the boxes, like this: [x]. It will ensure that our team takes your pull request seriously. --> - [x] I have read [freeCodeCamp's contribution guidelines](https://github.com/freeCodeCamp/freeCodeCamp/blob/master/CONTRIBUTING.md). - [x] My pull request has a descriptive title (not a vague title like `Update index.md`) - [x] My pull request targets the `master` branch of freeCodeCamp. - [x] None of my changes are plagiarized from another source without proper attribution. - [x] My article does not contain shortened URLs or affiliate links. If your pull request closes a GitHub issue, replace the XXXXX below with the issue number. Closes #XXXXX
This commit is contained in:
committed by
mrugesh mohapatra
parent
e54d423dd6
commit
c9b44985ea
@ -1,58 +0,0 @@
|
||||
{
|
||||
"name": "Basic Node and Express",
|
||||
"dashedName": "basic-node-and-express",
|
||||
"order": 2,
|
||||
"time": "5 hours",
|
||||
"superBlock": "apis-and-microservices",
|
||||
"superOrder": 5,
|
||||
"challengeOrder": [
|
||||
[
|
||||
"587d7fb0367417b2b2512bed",
|
||||
"Meet the Node console"
|
||||
],
|
||||
[
|
||||
"587d7fb0367417b2b2512bee",
|
||||
"Start a Working Express Server"
|
||||
],
|
||||
[
|
||||
"587d7fb0367417b2b2512bef",
|
||||
"Serve an HTML File"
|
||||
],
|
||||
[
|
||||
"587d7fb0367417b2b2512bf0",
|
||||
"Serve Static Assets"
|
||||
],
|
||||
[
|
||||
"587d7fb1367417b2b2512bf1",
|
||||
"Serve JSON on a Specific Route"
|
||||
],
|
||||
[
|
||||
"587d7fb1367417b2b2512bf2",
|
||||
"Use the .env File"
|
||||
],
|
||||
[
|
||||
"587d7fb1367417b2b2512bf3",
|
||||
"Implement a Root-Level Request Logger Middleware"
|
||||
],
|
||||
[
|
||||
"587d7fb1367417b2b2512bf4",
|
||||
"Chain Middleware to Create a Time Server"
|
||||
],
|
||||
[
|
||||
"587d7fb2367417b2b2512bf5",
|
||||
"Get Route Parameter Input from the Client"
|
||||
],
|
||||
[
|
||||
"587d7fb2367417b2b2512bf6",
|
||||
"Get Query Parameter Input from the Client"
|
||||
],
|
||||
[
|
||||
"587d7fb2367417b2b2512bf7",
|
||||
"Use body-parser to Parse POST Requests"
|
||||
],
|
||||
[
|
||||
"587d7fb2367417b2b2512bf8",
|
||||
"Get Data from POST Requests"
|
||||
]
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user