Sample Node CRUD operation
1] Node should be installed on your machine. If not please visit https://nodejs.org/en/
2] nodemon should be installed on your machine.
Please install with the following command.
npm i -g nodemon
3] MySql
1] git clone https://github.com/Pragatigg/node_sample_app.git
2] Do npm install in project directory
3] Run npm start will start server listening on 8080
4] Run following command on mysql terminal
source filepath_to_database.sql
5] Import Employee_postman_collection.json into postman and hit the requests.