Completed
1:18:31 Get Data from DB
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Building Microservices with Nest.js - JavaScript Tutorial
Automatically move to the next video in the Classroom when playback concludes
- 1 0:00:00 Intro
- 2 0:00:32 Sample-Application
- 3 0:02:20 Setup Nest.js Microservices Project
- 4 0:11:22 Install MongoDB Update
- 5 0:14:18 Why Docker
- 6 0:18:34 Run MongoDB in Docker Container
- 7 0:24:34 Run MongoDB using Docker Compose
- 8 0:29:05 Install Nestjs Mongoose Package
- 9 0:34:35 MongoDB Port Forwarding
- 10 0:39:20 Setup Module
- 11 0:49:41 Define Schema
- 12 0:56:16 Validating Request Body
- 13 1:07:31 Save Coordinates
- 14 1:18:31 Get Data from DB
- 15 1:24:22 TCP Based Microservices Communication
- 16 1:26:10 Mock Rider By ID method
- 17 1:29:04 Define Event to communicate between microservices
- 18 1:36:59 Define ID Param
- 19 1:42:23 Testing-and-Fixing Bug