Skip to content

gnostr-org/gnostr-crud

 
 

Repository files navigation

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>.