Skip to content

Latest commit

 

History

History
37 lines (33 loc) · 2.57 KB

README.md

File metadata and controls

37 lines (33 loc) · 2.57 KB

Basic Banking System

The Basic Banking System is a web application that offers essential banking functionalities such as creating accounts, depositing and withdrawing money, transferring funds, and generating transaction reports. It supports different account types, provides interest calculation, and features a modern user interface. Built with Django, it provides a secure and scalable foundation for banking applications.

Features

  • Create Bank Account: Users can create new bank accounts by providing necessary details such as account type, account holder name, and initial deposit amount.
  • Deposit & Withdraw Money: Account holders can deposit money into their accounts or make withdrawals as per their requirements.
  • Transfer Funds: Users can transfer funds between their own accounts or to other account holders within the system.
  • Bank Account Type Support: The system supports different types of bank accounts, such as current accounts and savings accounts, each with specific features and interest calculation methods.
  • Transaction Report: Users can generate transaction reports within a specified date range, which provide details of all transactions made during that period. The report also shows the remaining balance after each transaction.

Technologies Used

  • Programming Language: Python, JavaScript
  • Web Framework: Django
  • Database: SQLite
  • Frontend: HTML, CSS, JavaScript
  • CSS Framework: Tailwind CSS

Installation

git clone
cd project
python3 -m venv env
.\env\Scripts\activate
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver

Snapshots

Screenshot (49) Screenshot (50) Screenshot (56) Screenshot (57) Screenshot (51) Screenshot (54) Screenshot (53) Screenshot (55)