Installation and Setup Instructions
- Open terminal
mkdir NodeJsWriteReadExample
cd /NodeJsWriteReadExample
touch insert.js read.js data.json
copy codes below and past the files
For write data;
node insert.js
After write the data to data.json, You can read data;
node read.js