- Add Record using rest call into mysql database
- Edit Record using rest call into mysql database
- Delete Record using rest call into mysql database
- Featch records using rest call into mysql database
You need to craete 'test' database into mysql and import customer.sql table into your mysql database.
copy index.js and package.json file into your nodejs project folder,
Open command line and cd to your above nodejs project folder
run 'npm install'
run 'node index.js'