https://github.com/chirumunjam/bank
Full Stack Bank Management System
https://github.com/chirumunjam/bank
bootstrap css django html javascript python
Last synced: 3 months ago
JSON representation
Full Stack Bank Management System
- Host: GitHub
- URL: https://github.com/chirumunjam/bank
- Owner: chirumunjam
- Created: 2025-02-13T08:20:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-13T09:07:39.000Z (over 1 year ago)
- Last Synced: 2025-02-13T09:28:10.394Z (over 1 year ago)
- Topics: bootstrap, css, django, html, javascript, python
- Language: Python
- Homepage:
- Size: 1.76 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bank
- A Full Stack Bank Management System
- Users can create account, Generate Pin, Check Balance, Withdraw, Deposit, and Transfer from one Account to another Account
# Features
- Auto send Email when account is created, pin is generated, withdrawl, and transfer
- Pin basic encryption
- Deposit
- Withdrawl
- Account to Account transfer
# languages and tools
- Python
- Html, Css, Javascript and Bootstrap
- Django
- Sqlite3
# requirements
- 4 GB ram
- 256 ROM
- django == 5.1.5
- python > 3.08
# UI View
# Homepage

# registration

# Pin generation

# Deposit

# Check balance

# Withdraw

# Transfer

# steps to set up this project
-clone this project using
https://github.com/chirumunjam/Bank.git
- install the necessary packages
- pip install - r requirements.txt
- change the dir to the project
- python manage.py runserver