Skip to content

Notes app built with NodeJS based on Section 3 of The Complete Node.js Developer Course x

Notifications You must be signed in to change notification settings

vmani30/notes-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

notes-app

Instructions

  1. Navigate to repository on your console
  2. Run npm install to install all neccesary packages

Commands

This app utilizes 4 commands

  1. add (supports arguments title and body)
  2. remove (supports argument title)
  3. read (supports argument title)
  4. list
examples

node app.js add --title="Notes" --body="app"

node app.js remove --title="Notes"

node app.js read --title="Notes"

node app.js list

About

Notes app built with NodeJS based on Section 3 of The Complete Node.js Developer Course x

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published