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,30 +0,0 @@
|
||||
{
|
||||
"name": "APIs and Microservices Projects",
|
||||
"dashedName": "apis-and-microservices-projects",
|
||||
"order": 4,
|
||||
"time": "150 hours",
|
||||
"superBlock": "apis-and-microservices",
|
||||
"superOrder": 5,
|
||||
"challengeOrder": [
|
||||
[
|
||||
"bd7158d8c443edefaeb5bdef",
|
||||
"Timestamp Microservice"
|
||||
],
|
||||
[
|
||||
"bd7158d8c443edefaeb5bdff",
|
||||
"Request Header Parser Microservice"
|
||||
],
|
||||
[
|
||||
"bd7158d8c443edefaeb5bd0e",
|
||||
"URL Shortener Microservice"
|
||||
],
|
||||
[
|
||||
"5a8b073d06fa14fcfde687aa",
|
||||
"Exercise Tracker"
|
||||
],
|
||||
[
|
||||
"bd7158d8c443edefaeb5bd0f",
|
||||
"File Metadata Microservice"
|
||||
]
|
||||
]
|
||||
}
|
@ -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"
|
||||
]
|
||||
]
|
||||
}
|
@ -1,50 +0,0 @@
|
||||
{
|
||||
"name": "Managing Packages with npm",
|
||||
"dashedName": "managing-packages-with-npm",
|
||||
"order": 1,
|
||||
"time": "5 hours",
|
||||
"superBlock": "apis-and-microservices",
|
||||
"superOrder": 5,
|
||||
"challengeOrder": [
|
||||
[
|
||||
"587d7fb3367417b2b2512bfb",
|
||||
"How to Use package.json, the Core of Any Node.js Project or npm Package"
|
||||
],
|
||||
[
|
||||
"587d7fb3367417b2b2512bfc",
|
||||
"Add a Description to Your package.json"
|
||||
],
|
||||
[
|
||||
"587d7fb4367417b2b2512bfd",
|
||||
"Add Keywords to Your package.json"
|
||||
],
|
||||
[
|
||||
"587d7fb4367417b2b2512bfe",
|
||||
"Add a License to Your package.json"
|
||||
],
|
||||
[
|
||||
"587d7fb4367417b2b2512bff",
|
||||
"Add a Version to Your package.json"
|
||||
],
|
||||
[
|
||||
"587d7fb4367417b2b2512c00",
|
||||
"Expand Your Project with External Packages from npm"
|
||||
],
|
||||
[
|
||||
"587d7fb5367417b2b2512c01",
|
||||
"Manage npm Dependencies By Understanding Semantic Versioning"
|
||||
],
|
||||
[
|
||||
"587d7fb5367417b2b2512c02",
|
||||
"Use the Tilde-Character to Always Use the Latest Patch Version of a Dependency"
|
||||
],
|
||||
[
|
||||
"587d7fb5367417b2b2512c03",
|
||||
"Use the Caret-Character to Use the Latest Minor Version of a Dependency"
|
||||
],
|
||||
[
|
||||
"587d7fb5367417b2b2512c04",
|
||||
"Remove a Package from Your Dependencies"
|
||||
]
|
||||
]
|
||||
}
|
@ -1,58 +0,0 @@
|
||||
{
|
||||
"name": "MongoDB and Mongoose",
|
||||
"dashedName": "mongodb-and-mongoose",
|
||||
"order": 3,
|
||||
"time": "5 hours",
|
||||
"superBlock": "apis-and-microservices",
|
||||
"superOrder": 5,
|
||||
"challengeOrder": [
|
||||
[
|
||||
"587d7fb6367417b2b2512c06",
|
||||
"Install and Set Up Mongoose"
|
||||
],
|
||||
[
|
||||
"587d7fb6367417b2b2512c07",
|
||||
"Create a Model"
|
||||
],
|
||||
[
|
||||
"587d7fb6367417b2b2512c09",
|
||||
"Create and Save a Record of a Model"
|
||||
],
|
||||
[
|
||||
"587d7fb7367417b2b2512c0a",
|
||||
"Create Many Records with model.create()"
|
||||
],
|
||||
[
|
||||
"587d7fb7367417b2b2512c0b",
|
||||
"Use model.find() to Search Your Database"
|
||||
],
|
||||
[
|
||||
"587d7fb7367417b2b2512c0c",
|
||||
"Use model.findOne() to Return a Single Matching Document from Your Database"
|
||||
],
|
||||
[
|
||||
"587d7fb7367417b2b2512c0d",
|
||||
"Use model.findById() to Search Your Database By _id"
|
||||
],
|
||||
[
|
||||
"587d7fb8367417b2b2512c0e",
|
||||
"Perform Classic Updates by Running Find, Edit, then Save"
|
||||
],
|
||||
[
|
||||
"587d7fb8367417b2b2512c0f",
|
||||
"Perform New Updates on a Document Using model.findOneAndUpdate()"
|
||||
],
|
||||
[
|
||||
"587d7fb8367417b2b2512c10",
|
||||
"Delete One Document Using model.findByIdAndRemove"
|
||||
],
|
||||
[
|
||||
"587d7fb8367417b2b2512c11",
|
||||
"Delete Many Documents with model.remove()"
|
||||
],
|
||||
[
|
||||
"587d7fb9367417b2b2512c12",
|
||||
"Chain Search Query Helpers to Narrow Search Results"
|
||||
]
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user