Node Express REST API | Full User Authentication | Part 7 - CRUD | Create, Update and Like Posts

Опубликовано: 25 Май 2026
на канале: The Codebook Inc.
2,974
54

Do Consider Joining our patron page for special and on-demand lectures and solutions, to keep us moving and rolling out more content. A dollar a month will make my life easy, or 50 INR per month will make the video flow more easily.

Patron:   / codebook_inc  
PhonePay: +91-6360535414@ybl
Paytm: +91-6360535414

In this video, we are going to add CRUD, along with Access Control.
We defined a simple Post Schema with the features of liking and commenting on the Post, with an authenticated User.

Javascript Slug Generator Function
https://gist.github.com/codeguy/6684588

https://github.com/nandymandy1/comple...

Like Comment Share and Subscribe.
Follow Us
Facebook Username: mauryanarendra11
Twitter Handle: narendraDev95
Github Handle: nandymandy1

Setup Post Model: (0:00)
Post API Routes: (7:00),
Create Post API: (9:30),
Post Image Uploader: (15:00)
Post Slug Function: (29:45)
Update Post Route: (34:30)
Like Post: (42:15)