Skip to content

rafi007akhtar/CentralBank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CentralBank

This is a Banking web-app I created as a part of my Engineering curriculum.

Features

  • Create new account and get a unique account number on sign-in.
  • Store and edit your details.
  • Transfer (fictitious) money from one bank account to another.

    Demo

    Prerequisites

    1. A Terminal (preferred) or a CMD
    2. Python 3.4 or above installed. (Windows users might need to add it to path.)
    3. Django framework 1.8 or above installed and working.

    Installation

    1. Open a Terminal, and clone the current repository.

      git clone https://github.com/rafi007akhtar/CentralBank.git
      
    2. Enter the root directory.

      cd CentralBank
      
    3. Now start the setup by entering the following command.

      python manage.py runserver
      

      If that didn't work, try replacing python by python3 in the above command.

    4. Follow the Demo section and use the app as you like.

    Disclaimer

    This app represents a fictitious bank. All transactions, account numbers and account holdings are unreal.