Node Express REST API | Full User Authentication System | Part 1 - Project Setup

Опубликовано: 23 Октябрь 2024
на канале: The Codebook Inc.
9,423
138

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 part, we are going to set-up create a simple node express application from scratch keeping in mind to integrate the following features:

Secure User Authentication via Jsonwebtoken
Secure User Verification via Email
Secure Password Reset via Email
MongoDB native methods and Hooks
Integration of Sendgrid Emailing service

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

Follow Us
Facebook Username: mauryanarendra11
Twitter Handle: narendraDev95
Github Handle: nandymandy1

Intro: (0:00)
Create Project: (0:24)
Install dependencies: (1:31)
Create Sendgrid API Key: (3:36)
Setup Environment Variables: (5:09)
Start and Development Scripts using ESM: (7:02)
Clean Code: (8:55)
Create Github Repository: (10:45)
Project Structure: (13:38)