-
Урок 1.
00:01:12
Welcome to the course!
-
Урок 2.
00:00:58
Installing the NestJS CLI
-
Урок 3.
00:02:56
(Optional) Installing VSCode and Extensions
-
Урок 4.
00:05:18
Project Overview
-
Урок 5.
00:02:05
Creating our project via the NestJS CLI
-
Урок 6.
00:06:37
NestJS Project Structure
-
Урок 7.
00:02:55
Introduction to NestJS Modules
-
Урок 8.
00:03:33
Creating a Tasks Module
-
Урок 9.
00:03:47
Introduction to NestJS Controllers
-
Урок 10.
00:03:38
Creating at Tasks Controller
-
Урок 11.
00:05:04
Introduction to NestJS Providers and Services
-
Урок 12.
00:05:55
Creating a Tasks Service
-
Урок 13.
00:07:31
Feature: Getting All Tasks
-
Урок 14.
00:01:44
Creating a Postman Collection
-
Урок 15.
00:05:02
Defining a Task Model
-
Урок 16.
00:05:00
Feature: Creating a Task (Part 1 - Controller)
-
Урок 17.
00:06:37
Feature: Creating a Task (Part 2 - Service)
-
Урок 18.
00:05:37
Intro to Data Transfer Objects (DTO)
-
Урок 19.
00:04:59
Implementing CreateTaskDto
-
Урок 20.
00:05:44
Feature: Getting a Task by ID
-
Урок 21.
00:00:53
Challenge: Deleting a Task
-
Урок 22.
00:04:24
Solution: Deleting a Task
-
Урок 23.
00:01:20
Challenge: Update Task Status
-
Урок 24.
00:05:28
Solution: Update Task Status
-
Урок 25.
00:08:50
Feature: Searching and Filtering
-
Урок 26.
00:04:15
Introduction to NestJS Pipes
-
Урок 27.
00:04:32
ValidationPipe: Creating a Task
-
Урок 28.
00:04:17
Error Handling: Getting a non-existing Task
-
Урок 29.
00:01:10
Error Handling: Deleting a non-existing Task
-
Урок 30.
00:03:28
Validation: Update Task Status
-
Урок 31.
00:02:43
Challenge: Validating Task Filtering and Search
-
Урок 32.
00:00:31
Introduction to Persistence
-
Урок 33.
00:04:03
Running PostgreSQL via Docker
-
Урок 34.
00:01:46
Setting up pgAdmin
-
Урок 35.
00:00:55
Creating a Database using pgAdmin
-
Урок 36.
00:02:58
Introduction to TypeORM
-
Урок 37.
00:04:30
Setting up a Database Connection
-
Урок 38.
00:03:52
Creating a Task Entity
-
Урок 39.
00:03:41
Active Record VS Data Mapper Patterns
-
Урок 40.
00:03:34
Creating a Tasks Repository
-
Урок 41.
00:03:45
Refactoring for Tasks Service
-
Урок 42.
00:08:34
Persistence: Getting a Task by ID
-
Урок 43.
00:07:32
Persistence: Creating a Task
-
Урок 44.
00:01:23
(Challenge) Persistence: Deleting a Task
-
Урок 45.
00:04:59
(Solution) Persistence: Deleting a Task
-
Урок 46.
00:02:41
Persistence: Update Task Status
-
Урок 47.
00:01:41
Small Change Needed
-
Урок 48.
00:12:23
Persistence: Getting All Tasks
-
Урок 49.
00:01:13
Intro to Authentication and Authorization
-
Урок 50.
00:05:06
Setting up AuthModule, User Entity and User Repository
-
Урок 51.
00:08:27
Feature: Signing Up
-
Урок 52.
00:04:13
Validation: Credentials and Password Strength
-
Урок 53.
00:06:43
Error Handling: Username Conflicts
-
Урок 54.
00:07:23
Securely Storing Passwords
-
Урок 55.
00:04:26
Password Hashing With Bcrypt
-
Урок 56.
00:04:43
Feature: Signing In
-
Урок 57.
00:05:55
Intro to JSON Web Tokens (JWT)
-
Урок 58.
00:03:35
Setting up the JWT Module and Passport.js
-
Урок 59.
00:07:09
Signing a JWT Token on Sign In (Authentication)
-
Урок 60.
00:11:39
Implementing JWT Validation
-
Урок 61.
00:03:15
Custom @GetUser Decorator
-
Урок 62.
00:02:01
Guarding the Tasks Routes
-
Урок 63.
00:03:59
Tasks and Users - Database Relation
-
Урок 64.
00:04:37
Make Users Own Tasks
-
Урок 65.
00:03:40
Serialize User Data
-
Урок 66.
00:03:31
Restricting Getting All Tasks
-
Урок 67.
00:02:35
BUG FIX: Getting All Tasks
-
Урок 68.
00:03:51
Restricting Getting a Task By ID
-
Урок 69.
00:00:51
Restricting Status Updates
-
Урок 70.
00:01:24
Restricting Deleting A Task
-
Урок 71.
00:01:34
THANK YOU! (+ Promotion)
-
Урок 72.
00:02:54
Introduction to Logging
-
Урок 73.
00:14:55
Implementing Logs in our NestJS app
-
Урок 74.
00:02:11
Introduction to Configuration
-
Урок 75.
00:03:51
Quick Intro to Environment Variables
-
Урок 76.
00:09:19
Setting up ConfigModule
-
Урок 77.
00:09:38
TypeORM Configuration
-
Урок 78.
00:06:39
Config Schema Validation
-
Урок 79.
00:04:08
JWT Secret Configuration
-
Урок 80.
00:05:36
Front-end Application
-
Урок 81.
00:01:07
Signing up to Heroku
-
Урок 82.
00:01:00
Creating a Heroku Application
-
Урок 83.
00:01:12
Installing the the Heroku CLI
-
Урок 84.
00:03:00
Postgres on Heroku
-
Урок 85.
00:05:12
Changes in our NestJS App
-
Урок 86.
00:09:49
Deploying NestJS to Heroku
-
Урок 87.
00:08:21
Deploying Front-end to GitHub Pages
-
Урок 88.
00:01:47
Unit Testing Crash Course: Basics
-
Урок 89.
00:06:39
Unit Testing Crash Course: First Tests
-
Урок 90.
00:01:37
IMPORTANT: Fixing import paths
-
Урок 91.
00:18:44
Testing TasksService - Part 1
-
Урок 92.
00:07:30
Testing TasksService - Part 2
-
Урок 93.
00:01:06
GraphQL + MongoDB: Section Introduction
-
Урок 94.
00:02:39
Project Overview: School Management
-
Урок 95.
00:01:15
Robo 3T - Connecting to the MongoDB Database
-
Урок 96.
00:02:05
Project setup
-
Урок 97.
00:00:56
Ensure NestJS 7 Installation
-
Урок 98.
00:03:03
Installing GraphQL Dependencies
-
Урок 99.
00:01:27
Creating the Lesson Module
-
Урок 100.
00:03:14
Defining the Lesson GraphQL Type
-
Урок 101.
00:04:04
Creating the Lesson Resolver
-
Урок 102.
00:03:45
Using the GraphQL Playground
-
Урок 103.
00:06:35
Persistence: TypeORM, MongoDB and our Lesson Entity
-
Урок 104.
00:08:06
LessonService and createLesson method
-
Урок 105.
00:05:02
Create Lesson GraphQL Mutation
-
Урок 106.
00:03:41
getLesson GraphQL Query with MongoDB
-
Урок 107.
00:07:16
Validation: Create Lesson Input
-
Урок 108.
00:04:08
Challenge: Get All Lessons GraphQL Query
-
Урок 109.
00:01:45
Creating the Student Module
-
Урок 110.
00:02:54
Challenge: Defining the Student Entity
-
Урок 111.
00:10:29
Challenge: Create Student Mutation
-
Урок 112.
00:02:38
Challenge: Get All Students GraphQL Query
-
Урок 113.
00:02:45
Challenge: Get Student by ID Query
-
Урок 114.
00:10:27
Assign Students To Lesson GraphQL Mutation
-
Урок 115.
00:03:15
Improvement: Assign Students Upon Lesson Creation
-
Урок 116.
00:08:14
Resolve "students" Field in Lesson
export const GetUser = createParamDecorator(
(data: unknown, ctx: ExecutionContext): User => {
const request = ctx.switchToHttp().getRequest();
return request.user;
},
);
Если используете 6 версию неста, тогда проблем не будет)
1) Installing PostgreSQL
Windows users:
macOS users:
ну да, на линуксе никто же не сидит -_-