Skip to content

mniloy1123/notes-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image image image image image image image

Introduction

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.

Setup

To run Notes-CLI locally on your machine, follow these steps:

  1. Clone the repository:

    git clone https://github.com/mniloy1123/notes-cli.git

  2. Change into the project directory:

    cd notes-cli

  3. Install the required dependencies:

    npm install

  4. To see which commands you can run:

    Node index.js --help

  5. Open your browser and navigate to http://localhost:5050 to access the notes on a webpage after you run Node index.js web

Key Features

  • 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 --help to see which command they can run.

Technologies Used

  • Node.js, Express, Yargs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors