Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 589 Bytes

File metadata and controls

9 lines (7 loc) · 589 Bytes

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