Skip to content

fetchapi/login-register-nodejs-mysql-ajax

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 66.6%
  • HTML 31.9%
  • Other 1.5%