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