Skip to content

Syed007Hassan/NodeJs-With-SQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NodeJs-With-SQL

Steps for connecting NodeJs application with MySQL server using MySQL Workbench

  • Download and setup MySQL Workbench.
  • Fork/Download the files from this repo, use npm i to install all the required modules.
  • In database.js, use your database name and password you have used while setting up workbench.
  • Add values in testdb.users to see the changes in http://localhost:3000, showed in the form of JSON objects.
SettingUpConnection.mp4