×
MindLuster Logo
Join Our Telegram Channel Now to Get Any New Free Courses : Click Here

NestJS tutorial for Beginners 2 Creating The Controller Service and Module

Share your inquiries now with community members Click Here
Sign Up and Get Free Certificate
Sign up Now

Lessons List | 5 Lesson

Comments

Our New Certified Courses Will Reach You in Our Telegram Channel
Join Our Telegram Channels to Get Best Free Courses

Join Now

We Appreciate Your Feedback

Excellent
1 Reviews
Good
0 Reviews
medium
0 Reviews
Acceptable
0 Reviews
Not Good
0 Reviews
4.5
13 Reviews

Achraf

Great course 2025-04-18

yonatan moges

it was a very well-organized and well-oriented course, I learned a lot from it! thanks! 2023-09-20

Sony Joy

excellent 2023-08-04

Muhammad Ashraf

well maintain platform . Thanks 2023-06-14

Muskan Rauniyar

Nice 2023-06-13

Anang Khoirul Fadli

this course is good for beginners 2023-03-11

Yauheni Pauliukanets

Instructor (indian?) is very "so-so". He use Typescript very bad. Write `new Promise`, then resolve it without any sense, then return it like Promise<any>! Use PUT instead of PATCH, strange naming of methods, etc. Feels like he's not higher than middle. 2023-02-22

YOKESH M

Extra one video was repeating all the videos 2022-06-17

María del Carmen Luciano García

This course is very good for beginners as it teaches the basics. 2022-06-07

Patrick MUSHIMIYE

That was very insightful and more engaged 2022-05-31

Sushant Makhija

Good Course with basic concepts. 2022-04-07

Denis Yasyuchenya

Nice course!!!! 2022-04-01

Show More Reviews

Course Description

What is NestJS used for? NestJS is used for writing scalable, testable and loosely coupled applications. It brings scalable Node. js servers to a whole new level. It supports databases like PostgreSQL, MongoDB, MySQL.How good is NestJS? Then, NestJS is a really well designed and even better-crafted framework. As it uses modern solutions and technologies, you have every right to expect the applications created with NestJS to be maintainable and long-lasting. And even though the framework is written in JavaScript, it isn't a cause of any limitations.How do I run a NestJS project? Running the application This command starts the app with the HTTP server listening on the port defined in the src/main. ts file. Once the application is running, open your browser and navigate to http://localhost:3000/ . You should see the Hello World!Should I learn NestJS? Express, or NestJS (Typescript) Express JS is the de-facto for the NodeJS, a web application framework built by TJ Holowaychuk. ... But if you can give more time and compatibility with typescript, I would strongly recommend using nestjs, as it comes with 'out-of-the-box' multiple supported integrations.