Completed
- Update Goal
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Learn the MERN Stack - Express & MongoDB Rest API
Automatically move to the next video in the Classroom when playback concludes
- 1 - Intro
- 2 - How a REST API Works
- 3 - Set up the Project Folder
- 4 - Initialize GIT & Commit
- 5 - Basic Express Server
- 6 - Environment Variables
- 7 - First Route
- 8 - Routes File
- 9 - Creating a Controller
- 10 - Connecting Controller Functions
- 11 - Accepting Body Data
- 12 - Error & Exception Handling
- 13 - Express Async Handler
- 14 - Create MongoDB Database
- 15 - Connect with Mongoose
- 16 - Create a Model
- 17 - Get Goals
- 18 - Create Goal
- 19 - Update Goal
- 20 - Delete Goal