Notes-CLI is a CLI application developed with Node.js, Express, and yargs. You can create, read, update, and delete small notes from the terminal.
To run Notes-CLI locally on your machine, follow these steps:
-
Clone the repository:
git clone https://github.com/mniloy1123/notes-cli.git -
Change into the project directory:
cd notes-cli -
Install the required dependencies:
npm install -
To see which commands you can run:
Node index.js --help -
Open your browser and navigate to
http://localhost:5050to access the notes on a webpage after you runNode index.js web
-
User can create notes.
-
User can search for notes with a keyword.
-
User can read all notes.
-
User can remove a note by its id.
-
User can remove all notes.
-
User can run the application with
--helpto see which command they can run.
- Node.js, Express, Yargs






