Express JS Tutorial for Beginners(2023) | Backend Development | Routes - Creating and Handling

preview_player
Показать описание

You'll learn about Express' router object, which allows you to create modular routes and group them together for easier management. We'll also cover how to use route prefix parameters to create dynamic routes that can handle different data inputs.

Timestamps:

00:00 Introduction
01:00 Creating Routes Separately
05:06 Creating Multiple Routes
8:27 Default/ Prefix Route Parameter
11:38 Outro

#expressjs #nodejs #expressjstutorialforbeginners #route #routes #router #backendwebdevelopment #nodejs #codewithscaler #express #nodejstutorial #expressjstutorial #scaler

Do Subscribe🧡so you don't miss the other essential videos from the Express JS Tutorial for Beginners(2023). These will help start with Backend Development and kickstart your careers.

FREE Resources-

About Code with Scaler:

Building the world's largest Tech community. Learn from the Best instructors and get the skills that you always wanted. Our mission is to provide free education and create impact by delivering value. Topics like JavaScript, Software Engineering, Computer Science, Web Development, Data Structures, System Design, Android, Algorithms, and many more will be covered through various Tutorials, Courses Live Masterclasses, and Bootcamps that will be happening every week for everyone from Beginners to Advanced level nerds.
Рекомендации по теме
Комментарии
Автор

Mrinal thanks for this, the way you explain is great!

Jitesh-cbsd
Автор

This Backend tutorial is great, lots of doubts cleared and learnt about route parameters too in this one.

smileasedigital
Автор

Again great content to learn from, waiting for more live session and videos!

unskillandlearn
Автор

How about doing this with the post method? would i just make another route .js file for it but besides using requiring {Router} at the top require the full express so that i can add the middleware to getthe router js file that allows me to get my post data?

app.use(express.urlencoded({ extended: true }));
app.use(express.json());

masonlang
welcome to shbcf.ru