This is a Basic Banking System created using Django Web Framework.
- Deposit Money to another users
- See balance after every transaction in the Transaction Table
- Ability to check Minimum and Maximum Transaction amount restriction
- Modern UI with Bootstrap 5
Be sure you have the following installed on your development machine:
- Python >= 3.7
- Git
- pip
# Run Migrations
$ python manage.py migrate
# Create a Superuser
$ python manage.py createsuperuser
# Confirm everything is working:
$ python manage.py runserver
# Load the site at http://127.0.0.1:8000




