Nodejs crud using Mysql
By Robby
I have created a sample and basic crud operation using Nodejs with express js https://github.com/Robertrobinson777/Nodejs-crud Download a project and type a command npm install Then SQL file is in project (student.sql) Change the user, passowrd, database name in app.js node app.js The project will run in http://localhost:7000/