Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/romiljain5/Notes-App

Note taking app build with node.js
https://github.com/romiljain5/Notes-App

Last synced: about 2 months ago
JSON representation

Note taking app build with node.js

Awesome Lists containing this project

README

        

# Notes-App
Note taking app build with node.js

use npm install for installing node_modules dependencies
```
npm install
```
step 1 - navigate to file via terminal and install node.js

step 2 -
Using the app
commands are -
```
node app.js add --title="title name" --body="body name"
node app.js remove --title="title name"
node app.js read --title="title name"
node app,js list
```