haryphamdev / login-register-nodejs-mysql-ajax

Login/Register system Node.js and Ajax (passport middleware)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

loginRegisterNodejsAJAX

Login/Register system Node.js/MySQL and Bootstrap 4/Ajax (passport middleware)

Project : A login/register sytem using NodeJS platform (Node.js + MySQL + Bootstrap 4 + JQuery).

View full tutorial on youtube: https://www.youtube.com/watch?v=DcB1Ge0HQ4I&list=PLNOjHC_BXrfCNWe0ghCxEmNVeHN_J5K3k

How to run this project:

  1. Clone this project

  2. With MySQL database, create a "users" table with 4 fields: id, fullname, email, password.

  3. Create a .env file in the root folder: copy the .env.example file, rename to .env file -> change parameters like database name, port, username, password etc.

  4. Run "npm install" to install all packages in package.json file.

  5. Run "npm start " to start the project

About

Login/Register system Node.js and Ajax (passport middleware)


Languages

Language:JavaScript 66.6%Language:HTML 31.9%Language:Shell 0.8%Language:CSS 0.7%