# node-express-passport-mysql **Repository Path**: y_a_o/node-express-passport-mysql ## Basic Information - **Project Name**: node-express-passport-mysql - **Description**: Express + Passport + MySQL - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-06-01 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Complete Guide to Node Authentication with MySQL Code for the entire scotch.io tutorial series: Complete Guide to Node Authentication with MongoDB Current version database is ported to MySQL We will be using Passport to authenticate users locally, ## Instructions If you would like to download the code and try it for yourself: 1. Clone the repo: `git clone git@github.com:manjeshpv/node-express-passport-mysql.git` 1. Install packages: `npm install` 1. Edit the database configuration: `config/database.js` 1. Create the database schema: `node scripts/create_database.js` 1. Launch: `node server.js` 1. Visit in your browser at: `http://localhost:8080`