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.