Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
The Complete Nodejs MySQL Login System
Rating: 4.7 out of 5(190 ratings)
664 students

The Complete Nodejs MySQL Login System

Learn how to work with Nodejs and MySQL together
Created byTelmo Sampaio
Last updated 10/2021
English

What you'll learn

  • How to create a simple Website with Nodejs
  • How to connect Nodejs with MySQL
  • How to Create a Login and Register System

Course content

1 section11 lectures3h 17m total length
  • Creating the Server15:23
  • Connecting the Database11:55
  • Handlebars14:08
  • Home and Register Page21:58
  • Creating Routes19:57
  • Register User30:04
  • Login User28:49
  • User Profile Page16:56
  • Private Pages30:44
  • User Logout7:33
  • Project Files0:04

Requirements

  • Knowing the basics of HTML, CSS and JavaScript

Description

In this course we are going to build a complete Login and Register system using Nodejs and MySQL as a database.

First we will learn how to connect Node with MySQL, then we will create a Login and Register system.

After we will learn how users can log in using cookies in the browsers, and finally how we can have private pages that only users logged in can access.

Finally don’t worry I will cover every single detail so you guys can easily follow along, even if you have little experience, I will add the full code in the end of the course!

By taking this course you will learn:

Learning outcome:

  • Create a Complete Login and Registration System

  • Create private pages only accessible to users logged in

  • Connecting Nodejs with MYSQL database

  • Learning how to Hash user passwords

  • Using cookies in the browser

  • and much more…

Who this course is for:

  • Developers who want to increase their knowledge with Nodejs and MySQL