User Login System with passport.js & ExpressJS

This project uses

  • User Authentication
  • Access Control
  • Passport.js
  • Local Strategy
  • Express Messages & Validator

In order to run the app, install the dependencies first with...

  • npm install

Then run the app with

  • npm start

OR if you have nodemon installed (npm install -g nodemon)

  • nodemon