Completed
Creating Post Model
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Node.js Social Media REST API with MongoDB
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Installation
- 3 Creating Express App
- 4 Connecting MongoDB
- 5 Middlewares and First Request
- 6 Creating User Router
- 7 : Creating User Model
- 8 Login and Register System
- 9 Node.js Express CRUD
- 10 Follow and Unfollow User
- 11 Creating Post Model
- 12 Node.js MongoDB Post CRUD
- 13 Like and Dislike Post
- 14 Nested Asynchronous Fetch
- 15 Future