-
Notifications
You must be signed in to change notification settings - Fork 0
neerav1515/notes-keeper
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
# First Node.js application -> Basic notes keeping application with four functionalities(run on your command line) : 1. Add notes 2. Delete notes 3. List notes 4. Read notes -> To add a note --> node app.js add --title="title of new note" --body ="note body" -> To delete a note --> node app.js delete --title="title of note to be deleted" -> To list a note --> node app.js list -> To read a note --> node app.js read --title="title of note to read"
About
No description or website provided.
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published