Giter Site home page Giter Site logo

bank-management-system-project's Introduction

Bank Account Management System

by chaker necibi

This program is a simple banking system implemented in C. It provides basic functionalities such as depositing money, withdrawing money, transferring money between accounts, viewing account details, and transaction history. It also includes administrative features such as adding, deleting, and viewing accounts

Features

User :

  • Deposit Money: Allows users to deposit money into their account.
  • Withdraw Money: Allows users to withdraw money from their account.
  • Transfer Money: Allows users to transfer money to another user's account.
  • Account Details: Displays the details of the user's account.
  • Transaction Details: Displays the transaction history of the user's account.

Admin :

  • Add Account (Admin): Allows the admin to add a new user account based on registration requests.
  • Delete Account (Admin): Allows the admin to delete a user account.
  • Display All Accounts (Admin): Allows the admin to view details of all user accounts.

Structure

The program uses a struct to represent an account. Each account has the following fields:

  • username: The account username.
  • password: The account password.
  • firstname: The account holder's first name.
  • name: The account holder's last name.
  • id: The account ID.
  • acc_no: The account number.
  • amt: The account balance.
  • detailsFilePath: The path to the file containing the account details.
  • TransactiondetailsFilePath: The path to the file containing the account transaction details.
  • reauest_regestrationFilePath: The path to the file containing the account registration requests.

Project Structure

The project has the following folder structure:

  • main.c: The main source code file containing the implementation of the banking system.
  • users_details/: Folder containing users account details files.
  • users_Transaction_details/: Folder containing transaction details files for each user.
  • admin/: Folder containing admin-related files.
  • admin/request_registration/: Folder containing files for user registration requests

Usage

Compile the program with a C compiler, then run the resulting executable. Follow the prompts to manage accounts.

Note

This program uses the conio.h library, which is not standard C and may not be available on all platforms. You may need to modify the code to use a different method for console input/output if you're not on a platform that supports conio.h.

bank-management-system-project's People

Contributors

chakernecibi avatar

Stargazers

 avatar

Watchers

 avatar

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.