node app.js
NODE.JS mst be installed to run this application as this depends on the JavaScript runtime environment that achieves low latency and high throughput by taking a “non-blocking” approach to serving requests. In other words, Node. js wastes no time or resources on waiting for I/O requests to return.
nodemon app.js
nodemon is enabled globally through the -g flag. You can use nodemon in this repo where ever without having to list it down as a dependancy. This allows you to automatically restart the server when you save the file in your favourite text editor.
node app.js add --title="Your Note Title" --body="Body of your title"
node app.js remove --title="Your note title"
node app.js list
node app.js read --title="title"