mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
feat(curriclum): add routing express lesson block (#66250)
Co-authored-by: majestic-owl448 <26656284+majestic-owl448@users.noreply.github.com> Co-authored-by: Ilenia M <nethleen@gmail.com>
This commit is contained in:
@@ -7220,6 +7220,13 @@
|
||||
"In these lessons, you will learn what Express.js is, why developers use it for building web servers and APIs, and how to set up a basic Express application with routes and request handling."
|
||||
]
|
||||
},
|
||||
"lecture-understanding-routing-in-express-js": {
|
||||
"title": "Understanding Routing in ExpressJS",
|
||||
"intro": [
|
||||
"Understanding Routing in ExpressJS",
|
||||
"In these lessons, you will learn about routing in ExpressJS, which is how you define the different endpoints of your web application and how they respond to client requests."
|
||||
]
|
||||
},
|
||||
"exam-back-end-development-and-apis-certification": {
|
||||
"title": "Back-End Development and APIs Certification Exam",
|
||||
"intro": [
|
||||
|
||||
Reference in New Issue
Block a user