CentralBank
1.0.0
This is a Banking web-app I created as a part of my Engineering curriculum.
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 runserver
If that didn't work, try replacing python
by python3
in 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.