Notes is a basic node js project whhich can create, add, remove & list the notes. In this project JSON is using as a data base. This project is can be deal by command line which have some pattern to pass the argument
this command will add a new note node app.js add --title="new title" --body="adding body of new notes"
this command will remove note node app.js remove --title="new title"
this command will read a note node app.js read --title="new title"
this command will list all note node app.js list