An open API service indexing awesome lists of open source software.

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

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
![Image](https://github.com/user-attachments/assets/081dcac4-8e3a-40d6-98a1-7ef6a18ee017)
# registration
![Image](https://github.com/user-attachments/assets/fdccc6d0-7f26-4f9c-a1e7-115a7d0ee5d4)
# Pin generation
![Image](https://github.com/user-attachments/assets/393c29b3-d266-4810-983d-5dd0c75a71cb)

# Deposit
![Image](https://github.com/user-attachments/assets/c5f5dffa-66c6-4468-90db-cb25692510f4)

# Check balance
![Image](https://github.com/user-attachments/assets/58be807b-b2c4-4c6e-8f98-4d7bf060ffd2)
# Withdraw
![Image](https://github.com/user-attachments/assets/e992f510-73a7-44a6-9879-248d02afe9b9)

# Transfer
![Image](https://github.com/user-attachments/assets/bd5f874f-6e13-4b44-8c9c-d56495a07f42)

# 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