Git Product home page Git Product logo

bank-management-system's Introduction

Bank-management-system

This bank management system project performs the essential functions of banking software. It lets the user

  • See database records.
  • Create records
  • Delete records! Preview

    preview

Alt text

Table of Contents

Technologies used

python version pytest version sqlalchemy version

Installation

1. Clone the repository

git clone https://github.com/JOY19ANYANGO/Bank-management-system.git

2. Navigate to the project's directory

cd Bank-management-system

3. Install all the required dependencies

The root directory of this repository contains the Pipfile with all the required Python libraries for this project and restricts them to this repository.

To install pytest and any other required libraries, run:

pipenv install

4. Enter the pipenv shell

pipenv shell

Usage

  • To launch the project follow this commands:
cd lib/dbfolder
python3 bank.py
  • Use the following options to navigate through the main menu:

    • Press 'S' to view records.
    • Press 'F' to add new records.
    • Press 'R' to delete a customer and associated data.
    • Press 'Q' to quit the program.

View Records Menu

Customer Records

  • Press 'C' to see a list of all customers.

Transaction Records

  • Press 'T' to see transaction records for a specific customer.

Account Records

  • Press 'A' to see account records for a specific customer.

Back to Main Menu

  • Press 'B' to return to the main menu.

Add Records Menu

Add a New Customer

  • Press 'C' to add a new customer.
  • Enter the first name and last name of the customer when prompted.

Add a New Transaction

  • Press 'T' to add a new transaction.
  • Enter the required details for the transaction, such as the account ID, amount, and description (deposit or withdrawal).

Add a New Account

  • Press 'A' to add a new account.
  • Provide the account type (savings or current), initial deposit, and customer ID.

Back to Main Menu

  • Press 'B' to return to the main menu.

Delete Customer

To delete a customer and their associated data:

  • Press 'R' in the main menu.
  • Enter the customer's ID when prompted.
  • Confirm the deletion.

5. License

This project is licensed under the [license name]. See the LICENSE file for details.

Author & License

Authored by Joy Anyango.

Licensed under the MIT

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.