SkillAgentSearch skills...

CentralBank

Banking app written in Django.

Install / Use

/learn @rafi007akhtar/CentralBank
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

CentralBank

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

Features

<li> Create new account and get a unique account number on sign-in. <li> Store and edit your details. <li> 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 <a href="#demo">Demo</a> section and use the app as you like.

Disclaimer

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

Related Skills

View on GitHub
GitHub Stars50
CategoryDevelopment
Updated4mo ago
Forks31

Languages

HTML

Security Score

97/100

Audited on Nov 10, 2025

No findings