/Note-app-NodeJs

back-end application using Node.Js

Primary LanguageJavaScript

Note-app-NodeJs

this app is designed using Node.Js in order to manage your note from the console

server

back-end application using Node.Js

Add note

add --> node app.js add --title="[note title]" --body="[note body]"

remove note

remove --> node app.js remove --title="[note title]"

read note

read --> node app.js read --title="[note title]"

list notes

list --> node app.js list

Node version

Node.Js V12.6.0