Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 654 Bytes

ReadMe.MD

File metadata and controls

22 lines (16 loc) · 654 Bytes

Nodejs CRUD Command Line Application

This repository contains the code for a CRUD CLI application built with nodejs.

See Tutorial here

Dependencies

Installation

  • Clone this repo: git clone https://github.com/EBEREGIT/Nodejs_CLI_app.git.

  • Navigate into the project directory: cd Nodejs_CLI_app.

  • Install dependencies: npm i.

  • Run the following command to see the output of each file: node <file_name>.