Completed
create a new employee
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
MongoDB Async CRUD Operations - Mongoose Async Await - Node.js Tutorial
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Welcome and Overview
- 3 refresh token controller
- 4 logout controller
- 5 auth controller
- 6 testing the updated routes
- 7 get all employees
- 8 create a new employee
- 9 update an employee
- 10 delete an employee
- 11 get a single employee
- 12 test updated employee routes
- 13 user admin routes
- 14 deploy the REST API