Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 498 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 498 Bytes

Notes-App

A notes app developed using Node.js

Important Commands

  1. Go to root directory in terminal (cmd)
  2. To run the app type following commands :

To add note

node app.js add --title="<title of note yo want to add>" --body="<body of note>"

To remove note

node app.js remove --title="<title of node to be removed>"

To list all notes

node app.js list

To read any note data

node app.js read --title="<title of node you want to read>"

  1. Have fun.....