nOObTempo / accountProject

A nodeJS project that creates a bank-like account.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Accounts!

A NodeJS project that creates a bank-like account that has some operations you can find on a bank system.

Getting Started

In order to get starded you will need to install all the dependencies the project uses and type a command to start navigate through the system using the arrow keys.

Prerequisites

To use Accounts you will need:

  1. NodeJS
  2. NPM or another package manager

Installing

A step by step series of examples on how to install and use Accounts.

First of all, you will need to get all the dependencies, to do so you can use the command:

npm install

this command will automatically install everything Accounts needs to properly work.

After that you can start Accounts using:

npm start

this command will start Accounts and prompt the menu, which you can control using the arrow keys.

Built With

Author

  • Bruno Magalhães

About

A nodeJS project that creates a bank-like account.


Languages

Language:JavaScript 100.0%