An open API service indexing awesome lists of open source software.

https://github.com/syed007hassan/nodejs-with-sql

Easiest way of connecting NodeJs with MySQL.
https://github.com/syed007hassan/nodejs-with-sql

contributors developers digitalocean first-pull-request-and-commit hacktober-fest-contributions hacktober-swag hacktoberfest-accepted hacktoberfest-starter hacktoberfest2022 hactoberfest open-source opensourceforgood

Last synced: about 2 hours ago
JSON representation

Easiest way of connecting NodeJs with MySQL.

Awesome Lists containing this project

README

          

# NodeJs-With-SQL
Steps for connecting NodeJs application with MySQL server using MySQL Workbench
- Download and setup [MySQL Workbench](https://www.youtube.com/watch?v=2c2fUOgZMmY).
- 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.

https://user-images.githubusercontent.com/104893311/194115767-1b1ebc84-af32-46f7-a44c-8ef9d5d9486c.mp4