This is a Banking web-app I created as a part of my Engineering curriculum.
- A Terminal (preferred) or a CMD
- Python 3.4 or above installed. (Windows users might need to add it to path.)
- Django framework 1.8 or above installed and working.
-
Open a Terminal, and clone the current repository.
git clone https://github.com/rafi007akhtar/CentralBank.git -
Enter the root directory.
cd CentralBank -
Now start the setup by entering the following command.
python manage.py runserverIf that didn't work, try replacing
pythonbypython3in the above command. -
Follow the Demo section and use the app as you like.
This app represents a fictitious bank. All transactions, account numbers and account holdings are unreal.
