Login using mysql and nodejs
Simple login app using node, passaport and mysql
Install:
git clone https://github.com/PabloBInotto/Node_and_MYSQL_login
cd Node_and_MYSQL_login
npm install
** NOTE ** Edit the /config/database.js using your settings to connect on you mysql.
‘host’:’localhost’, ‘user’:’root’, ‘password’:”
npm start
Open your browser and go to localhost: 5000