SimpleUserManager
Simpleusermanager is a nodejs module for manage user with a mysql database
Geting started
simply install simpleusermanager with npm like this
npm install --save simpleusermanager
Once installed you can use it by calling require(simpleusermanager)
Dependencies
This project require mysql
Example
Simple login system using express, mysql and simpleusermanager
var manager = const express = ;var mysql = ; var con = mysql; const app = ;app;