Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
MERN API Controllers & Routers - MERN Stack Project
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Welcome
- 3 Starter Code
- 4 Route user data requests
- 5 Create the users controller
- 6 Add controller methods to the user routes
- 7 getAllUsers controller method
- 8 createNewUser controller method
- 9 updateUser controller method
- 10 deleteUser controller method
- 11 Install Postman
- 12 Testing controller methods with Postman
- 13 Student Challenge