f-bee24001186-km7-ra-basic_banking_system-ch2

Basic Banking System CLI

Stars
2

Basic Banking System

Tech Stack

  • Node.js
  • Inquirer
  • Figlet
  • Gradient String
  • Nanospinner

Flowchart

Production

You can run the cli right away by using npx.

npx basic-banking-system

Development

Here are the steps to run the project locally.

  1. Clone the repository

    git clone https://github.com/ccrsxx/basic-banking-system.git
    
  2. Change directory to the project

    cd basic-banking-system
    
  3. Install dependencies

    npm i
    
  4. Run the app

    npm run start