Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 477 Bytes

File metadata and controls

8 lines (6 loc) · 477 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.
SettingUpConnection.mp4