Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 253 Bytes

File metadata and controls

9 lines (6 loc) · 253 Bytes

AUTHENTICATION AND AUTHRIZATION IN NODE.JS

Using Passport, and Passport-local, with MySQL Database

The database SQL file can be found in "database" folder

USAGE

Simply install node packages using "npm i"

start server "npm start"