Let's learn NestJS, which is called the Spring of Node.js, and experience the convenience of Dependency Injection. Let's learn everything from API development to comparison with Express, deployment, and testing.
What you will learn!
NestJS
Comparison with Express
TypeORM
Unit testing, e2e testing
API Design
I created a chat app with my own hands, and even developed a server!
Meet NestJS, the hottest thing these days.
I was originally using Express as a server framework and Sequelize as a DB at work. But I saw a lot of mention of NestJS in the community, so I tried it out and... My eyes are wide open👀!
After that , we converted all company services to NestJS, and also converted Sequelize to TypeORM.
NestJS, called the Spring of Node.js! Even developers who left Node to do Spring are said to be coming back because of NestJS. How is NestJS different from Express, which has been widely used so far, and how powerful is it? In this lecture, we will introduce the functions of NestJS. We will convert the web server built with Express to NestJS, and directly create the backend part of a web app similar to Slack.
Well then, let’s learn first-hand why NestJS is so hot.
For those who want to get started with Node.js server development with NestJS
For those who feel that Express features are lacking and are looking for alternatives
Anyone who wants to implement the backend part through clone coding
Please check before taking the class!
NestJS
TypeORM
Socket.io
Node.js
https://sleact.nodebird.com (shortcut)
You can create that page through the lecture :)
https://github.com/zerocho/sleact (shortcut)
As well as the NestJS + TypeORM source code,
We also provide the corresponding Express + Sequelize source code for the code .
The great thing about my course is the Q&A. If you have a question, I will answer it within a day.
Please study actively by freely asking questions about course-related content.
It will help you understand the content better!
Zerocho Blog and
Running a YouTube channel
Web Development Bestseller
Today's Pickup Co., Ltd.
CTO
Q. Slack Clone Coding - [Real-time Chat with React!] Do I need to take the course as well? I'm not interested in the front end.
If you are only interested in server development, you only need to take this course. However, when coding the backend, you need a frontend to send a request to the backend, right? That's why I've completed the frontend code. You just need to run the frontend code. Use the frontend screen to send a request to the backend.
Q. Do I need to know Express? I want to skip Express and just use NestJS.
The lectures often introduce Express or compare its differences with Express. You should be able to read some Express code to take the course smoothly. Since NestJS uses Express internally, it is recommended to understand Express.
Please note before taking the class!
[Renewal] Node.js Textbook -
From basics to project practice
Node, what if you feel like you lack the basics?
Want to learn Express?
Slack Clone Coding
[Real-time chat with React!]
Slack Clone Coding,
If you want to learn up to the front?
[Renewal] With React
Creating NodeBird SNS
Curious about other clone lectures?
22 hour Twitter clone!
Who is this course right for?
For those who want to get started with Node.js server programming with NestJS
For those of you looking to switch from Express to NestJS
If you are familiar with Spring and looking for something similar in Node.
Need to know before starting?
Node.js basic knowledge
Experience with Express, Passport, and Sequelize
Typescript basic knowledge
Students
60,866
Reviews
1,414
Rating
4.8
Courses
21
제 강의의 장점은 Q&A입니다(인프런 답변왕 2회 수상). 24시간 이내에 최대한 답변드립니다! 같이 고민한다는 느낌으로 답변 드릴게요!
https://www.zerocho.com/lecture
제로초 강의 전체 로드맵
– Node.js교과서, 코딩자율학습 제로초의 자바스크립트, Let's Get IT 자바스크립트, 타입스크립트 교과서 저자
– ZeroCho.com 운영자
– 현) 유튜브에서 ZeroCho TV로 개발 관련 방송중
– 현) 스모어톡 CTO
– 전) 오늘의픽업 CTO(카카오모빌리티에 엑싯 후 카카오모빌리티 최연소 개발파트장)
All
39 lectures ∙ (9hr 40min)
Setting up NestJS
15:40
controller basics
08:17
Q&A
14:40
Body, Query, Param
12:52
Using Interceptor
10:38
Create a membership
17:41
Exception Filter
09:03
class-validator
14:23