Skip to content

Vignesh16879/Banking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dragon Bank

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/Vignesh16879/Banking.git
      
    2. Enter the root directory.

      cd Banking
      
    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.

  • About

    No description, website, or topics provided.

    Resources

    License

    Stars

    Watchers

    Forks

    Packages

    No packages published