/banking-system

basic banking system task1

Primary LanguageJavaScriptMIT LicenseMIT

Baisc Banking sustem (BankSwift)

Welcome to BankSwiftBackend, a Django project integrated with React for facilitating money transfers between users.

Overview

BankSwiftBackend is a web application designed to provide a platform for transferring money between registered users. It utilizes Django, a high-level Python web framework, for the backend server logic and React for the frontend user interface. This project aims to provide a seamless and secure environment for managing financial transactions.

Features

  • User Authentication: Users can register, login, and securely authenticate themselves to access the platform.
  • Transfer Money: Authenticated users can transfer money to other registered users within the platform.
  • Transaction History: Keep track of all transactions made within the system.
  • Dashboard: Provides users with an overview of their account balance and recent transactions.

Installation

To run BankSwiftBackend locally, follow these steps:

  1. Clone this repository to your local machine:

    git clone https://github.com/yourusername/banking-system.git
  2. Navigate to the project directory:

    cd BankSwiftBackend
  3. Install dependencies:

    pip install -r requirements.txt
  4. Start the Django server:

    python manage.py runserver

    
    
  5. Access the application in your web browser at http://localhost:8000.

    Screenshot 2024-07-08 214758 Screenshot 2024-07-08 214818

Screenshot 2024-07-08 214835 Screenshot 2024-07-08 214859