Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to make login form in node.js using mysql database

I am new in node.js and i want to make a login page using express and mysql database,Please share with me your idea with example.

like image 845
Rohit Dhiman Avatar asked Mar 13 '14 10:03

Rohit Dhiman


People also ask

Can we use MySQL database with node js?

Once you have MySQL up and running on your computer, you can access it by using Node. js. To access a MySQL database with Node. js, you need a MySQL driver.


1 Answers

Please see this tutorials.It's good for beginners.

http://cwbuecheler.com/web/tutorials/2013/node-express-mongo/

To connect mysql with node js http://www.clusterdb.com/mysql/mysql-cluster-with-node-js tutorial will be useful

like image 143
Amila Iddamalgoda Avatar answered Oct 24 '22 16:10

Amila Iddamalgoda