Completed
Managing Orders with Mongoose | Creating a REST API with Node.js
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Building a RESTful API with Node.js
Automatically move to the next video in the Classroom when playback concludes
- 1 What is a RESTful API? | Creating a REST API with Node.js
- 2 Planning & First Steps | Creating a REST API with Node.js
- 3 Adding More Routes to the API | Creating a REST API with Node.js
- 4 Handling Errors & Improving the Project Setup | Creating a REST API with Node.js
- 5 Parsing the Body & Handling CORS | Creating a REST API with Node.js
- 6 MongoDB and Mongoose | Creating a REST API with Node.js
- 7 Mongoose Validation | Creating a REST API with Node.js
- 8 Managing Orders with Mongoose | Creating a REST API with Node.js
- 9 Populating Queries with Mongoose | Creating a REST API with Node.js
- 10 Uploading an Image | Creating a REST API with Node.js
- 11 Adding User Signup | Creating a REST API with Node.js
- 12 Adding User Login & JWT Signing | Creating a REST API with Node.js
- 13 JWT Route Protection | Creating a REST API with Node.js
- 14 Adding Controllers | Creating a REST API with Node.js