Banking System

A Banking System Concept Created Using Django Python Web Framework and Tailwind CSS
Alternatives To Banking System
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Banking System251
5 months ago12mitPython
A Banking System Concept Created Using Django Python Web Framework and Tailwind CSS
Django Pinpayments24
22 years ago11April 27, 202012Python
Django library to simplify payment processing with pin
Centralbank21
3 years agomitHTML
Banking app written in Django.
Django Bank21
a year agoPython
Django-Bank is an open source full fledged Banking Website Developed in Django and designed with Bottstrap.It offers every service that a banking web application should...
Project 0420
2 years ago18JavaScript
Business Bank Account Dashboard using React and Django
Djangomedicalstorefrontendinreactjs17
3 years ago1JavaScript
Django Medical StoreFront End In ReactJS
Proprio16
6 years ago17mitPython
A free property management software to manage your tenancies
Django Mollie Ideal15
6 years ago5bsd-3-clausePython
Python interface to Mollie.nl iDEAL API for use in Django projects.
E Bank Web App13
2 years ago15mitTypeScript
This is a web application (front end + back end) for online banking with all essential features. It allows registered users to manage their bank accounts, transfer funds, get a list of transactions as well as to pay their utility bills.
Django Virtual Pos11
3 years ago20April 20, 20201mitPython
Django module that abstracts the flow of several virtual points of sale including PayPal
Alternatives To Banking System
Select To Compare


Alternative Project Comparisons
Readme

Online Banking System V2.0.2

This is an Online Banking Concept created using Django Web Framework.

Features

  • Create Bank Account.
  • Deposit & Withdraw Money
  • Bank Account Type Support (e.g. Current Account, Savings Account)
  • Interest calculation depending on the Bank Account type
  • Transaction report with a date range filter
  • See balance after every transaction in the Transaction Report
  • Calculate Monthly Interest Using Celery Scheduled tasks
  • More efficient and accurate interest calculation and balance update
  • Ability to add Minimum and Maximum Transaction amount restriction
  • Modern UI with Tailwind CSS

Prerequisites

Be sure you have the following installed on your development machine:

  • Python >= 3.7
  • Redis Server
  • Git
  • pip
  • Virtualenv (virtualenvwrapper is recommended)

Requirements

  • celery==4.4.7
  • Django==3.2
  • django-celery-beat==2.0.0
  • python-dateutil==2.8.1
  • redis==3.5.3

Install Redis Server

Redis Quick Start

Run Redis server

redis-server

Project Installation

To setup a local development environment:

Create a virtual environment in which to install Python pip packages. With virtualenv,

virtualenv venv            # create a virtualenv
source venv/bin/activate   # activate the Python virtualenv 

or with virtualenvwrapper,

mkvirtualenv -p python3 {{project_name}}   # create and activate environment
workon {{project_name}}   # reactivate existing environment

Clone GitHub Project,

[email protected]:saadmk11/banking-system.git

cd banking-system

Install development dependencies,

pip install -r requirements.txt

Migrate Database,

python manage.py migrate

Run the web application locally,

python manage.py runserver # 127.0.0.1:8000

Create Superuser,

python manage.py createsuperuser

Run Celery (Different Terminal Window with Virtual Environment Activated)

celery -A banking_system worker -l info

celery -A banking_system beat -l info

Images:

alt text

alt text

Popular Django Projects
Popular Bank Projects
Popular Frameworks Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Python
Html
Css
Django
Bootstrap
Redis
Tailwindcss
Transaction
Bank
Celery
Django Application
Django Framework