/node.js-notes-app

A backend notes application built using Node.js

Primary LanguageJavaScript

Node.js Notes App

Notes application built using Node.js backend framework.

App performance

The application does the following :

  1. The app can add a new note
node index.js add --title="Node.js" --body="I love Node"
  1. It can read a note
node index.js read --title="Node.js"
  1. List all note titles
node index.js list
  1. Remove a note
node index.js remove --title="Node.js"

App usage 🔧

After Cloning or downloading the repo, run the below command to install dependencies

npm install

Now, you are good to go 💨

#Lets always show ❤ everywhere we go