{"id":14962171,"url":"https://github.com/saadmk11/banking-system","last_synced_at":"2025-04-05T06:07:08.357Z","repository":{"id":38355406,"uuid":"100115469","full_name":"saadmk11/banking-system","owner":"saadmk11","description":"A Banking System Concept Created Using Django Python Web Framework and Tailwind CSS","archived":false,"fork":false,"pushed_at":"2023-05-16T07:15:24.000Z","size":700,"stargazers_count":334,"open_issues_count":14,"forks_count":201,"subscribers_count":18,"default_branch":"master","last_synced_at":"2025-03-29T05:06:54.263Z","etag":null,"topics":["bank","bank-account","banking","banking-applications","bootstrap","bootstrap4","celery","celerybeat","css","django","django-application","django-framework","django3","html","python","python3","redis","tailwind","tailwind-css","tailwindcss"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/saadmk11.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2017-08-12T13:54:44.000Z","updated_at":"2025-03-22T07:31:51.000Z","dependencies_parsed_at":"2023-02-10T04:15:53.728Z","dependency_job_id":"b61a1eee-f888-414c-995d-6b134b01e77d","html_url":"https://github.com/saadmk11/banking-system","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saadmk11%2Fbanking-system","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saadmk11%2Fbanking-system/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saadmk11%2Fbanking-system/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saadmk11%2Fbanking-system/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/saadmk11","download_url":"https://codeload.github.com/saadmk11/banking-system/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247294536,"owners_count":20915340,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bank","bank-account","banking","banking-applications","bootstrap","bootstrap4","celery","celerybeat","css","django","django-application","django-framework","django3","html","python","python3","redis","tailwind","tailwind-css","tailwindcss"],"created_at":"2024-09-24T13:29:36.772Z","updated_at":"2025-04-05T06:07:08.324Z","avatar_url":"https://github.com/saadmk11.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Online Banking System V2.0.2\n\nThis is an Online Banking Concept created using Django Web Framework.\n\n\n## Features\n\n* Create Bank Account.\n* Deposit \u0026 Withdraw Money\n* Bank Account Type Support (e.g. Current Account, Savings Account)\n* Interest calculation depending on the Bank Account type\n* Transaction report with a date range filter \n* See balance after every transaction in the Transaction Report\n* Calculate Monthly Interest Using Celery Scheduled tasks\n* More efficient and accurate interest calculation and balance update\n* Ability to add Minimum and Maximum Transaction amount restriction\n* Modern UI with Tailwind CSS\n\n\n## Prerequisites\n\nBe sure you have the following installed on your development machine:\n\n+ Python \u003e= 3.7\n+ Redis Server\n+ Git\n+ pip\n+ Virtualenv (virtualenvwrapper is recommended)\n\n## Requirements\n\n+ celery==4.4.7\n+ Django==3.2\n+ django-celery-beat==2.0.0\n+ python-dateutil==2.8.1\n+ redis==3.5.3\n\n## Install Redis Server\n\n[Redis Quick Start](https://redis.io/topics/quickstart)\n\nRun Redis server\n```bash\nredis-server\n```\n\n## Project Installation\n\nTo setup a local development environment:\n\nCreate a virtual environment in which to install Python pip packages. With [virtualenv](https://pypi.python.org/pypi/virtualenv),\n```bash\nvirtualenv venv            # create a virtualenv\nsource venv/bin/activate   # activate the Python virtualenv \n```\n\nor with [virtualenvwrapper](http://virtualenvwrapper.readthedocs.org/en/latest/),\n```bash\nmkvirtualenv -p python3 {{project_name}}   # create and activate environment\nworkon {{project_name}}   # reactivate existing environment\n```\n\nClone GitHub Project,\n```bash\ngit@github.com:saadmk11/banking-system.git\n\ncd banking-system\n```\n\nInstall development dependencies,\n```bash\npip install -r requirements.txt\n```\n\nMigrate Database,\n```bash\npython manage.py migrate\n```\n\nRun the web application locally,\n```bash\npython manage.py runserver # 127.0.0.1:8000\n```\n\nCreate Superuser,\n```bash\npython manage.py createsuperuser\n```\n\nRun Celery\n(Different Terminal Window with Virtual Environment Activated)\n```bash\ncelery -A banking_system worker -l info\n\ncelery -A banking_system beat -l info\n```\n\n## Images:\n![alt text](https://i.imgur.com/FvgmEJL.png)\n#\n![alt text](https://i.imgur.com/aWzj44Y.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaadmk11%2Fbanking-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaadmk11%2Fbanking-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaadmk11%2Fbanking-system/lists"}