Simple Node Auth Backend #2 - User Signup

Опубликовано: 13 Январь 2023
на канале: ToThePointCode
3,067
45

In this part #2, we add user sign up to the simple node js authentication backend. We validate user data, hash password and store in mongo database.
GET SOURCE CODE 📀⬇️

🔴 Resulting Source Code - https://bit.ly/simple_nodejs_auth

🔴 All Other Source Codes & Support - https://bit.ly/ttpc-monthly-access

NOTES

🔵 In this video series, we look at how to create a simple & clean node js authentication and authorization backend using mongoDB and JWT.

VIDEO RESOURCES

🟢 Name RegEx - !/^[a-zA-Z ]*$/.test(name)

🟢 Email RegEx - !/^[\w-\.]+@([\w-]+\.)+[\w-]{2,4}$/.test(email)

LET’S WORK

👋 You can reach me at - https://www.tothepointcode.com/contact

CHECK OUT THESE HELPFUL TUTORIALS

🟡 Complete React and Node JS Login System -    • Login Page with React and Node Js + E...  

🟡 Node JS Projects -    • Node JS Starter Guide  

🟡 React Native Projects -    • React Native Starter Guide  

🟡 Publishing Expo React Native App to Play Store Journey
-    • Publish Expo React Native App to Play...  

🟡 PHP Project
-    • PHP CRUD Application ft MySQL, JQuery  

TOOLS USED

🟠 Tool for my thumbnail & images - https://partner.canva.com/ttpc

🟠 Cheap website domain name - https://namecheap.pxf.io/ttpc


FOLLOW US ON:

🔵 Twitter -   / tothepointcode  

🔵 Instagram - https://www.instagram.com/invites/con...

🔵 GitHub - https://github.com/tothepointcode

🔵 YouTube -    / @tothepointcode  

CHAPTERS

00:00 What will be done
00:13 Feature Organization ( Signup )
00:26 Signup User Model
01:27 Adding Signup Route
02:52 Creating User | Controller
03:28 Hashing Password | Storing Data
05:06 Responding to Requests
05:27 Exposing Signup Route to Server App
06:30 Using the Signup Feature
07:26 Take a shortcut

#tothepointcode #nodejs #signup