Completed
MongoDB Atlas Setup - Node.js Tutorial 10
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Node.js Full Course - Complete Beginner Tutorial with Express, MongoDB, and TypeScript
Automatically move to the next video in the Classroom when playback concludes
- 1 Node.JS Full Course (THREE HOUR All-in-One Tutorial for Beginners)
- 2 Introduction and Getting Started - Node.js Tutorial 1
- 3 Create and Run a Node.js Script - Node.js Tutorial 2
- 4 Create a Node.js package.json (How to Create a Project) - Node.js Tutorial 3
- 5 Installing Dependencies with NPM (Node Package Manager) - Node.js Tutorial 4
- 6 How to Setup Git and Github for Node - Node.js Tutorial 5
- 7 Getting Started with Express - Node.js Tutorial 6
- 8 Postman and Nodemon - Node.js Tutorial 7
- 9 Intro to JSON (JavaScript Object Notation) - Node.js Tutorial 8
- 10 How to Read POST Request Body - Node.js Tutorial 9
- 11 MongoDB Atlas Setup - Node.js Tutorial 10
- 12 Connect to MongoDB in Node - Node,js Tutorial 11
- 13 Environment Variables and dotenv - Node.js Tutorial 12
- 14 Schemas and Models in Mongoose - Node.js Tutorial 13
- 15 Reading Data from MongoDB with Mongoose - Node.js Tutorial 14
- 16 POST Request to Save Data - Node.js Tutorial 15
- 17 Parameterized URLs and Query String Parameters - Node.js Tutorial 16
- 18 GET API for MongoDB ObjectId - Node.js Tutorial 17
- 19 Updating Data with PUT Method - Node.js Tutorial 18
- 20 Remove Data with DELETE Method - Node.js Tutorial 19
- 21 React Frontend with Node Backend - Node.js Tutorial 20
- 22 findOneAndReplace to Update Data - Node.js Tutorial 21
- 23 Working with Nested Objects - Node.js Tutorial 22
- 24 Patch with findOneAndUpdate - Node.js Tutorial 23
- 25 Updating Nested Data - Node.js Tutorial 24
- 26 Get Document by Nested Data ID - Node.js Tutorial 25
- 27 Add TypeScript to Node.js Project - Node.js Tutorial 26
- 28 TypeScript Imports and Exports - Node.js Tutorial 27
- 29 Typed Parameters in TypeScript - Node.js Tutorial 28
- 30 TypeScript Interfaces for Mongoose - Node.js Tutorial 29
- 31 Conclusion and Next Steps - Node.js Tutorial 30
- 32 SQLite3 in Node with better-sqlite3