This project is a Bank Management System implemented using Django, designed to facilitate efficient account management and transaction tracking.
- Secure Authentication: Users can securely log in and manage their accounts.
- Account Management: Admins can create, update, and delete customer accounts.
- Transaction Tracking: Keep track of deposits, withdrawals, and transfers.
- User-friendly Interface: Intuitive design for easy navigation and operation.
- Django
- Python
- HTML/CSS
- MySQL
To run this project locally, follow these steps:
- Clone the repository:
git clone https://github.com/vigneshwaranbalamurugan/Bank_Management_Django
- Navigate into the project directory:
cd bank-management-system
- Install dependencies:
pip install -r requirements.txt
- Run migrations:
python manage.py makemigrate
- Run server:
python manage.py runserver
- open your web browser and visit:
http://localhost:8000/
1.Home Page
2.Login Page
3.User Dashboard
4.Transaction History
5.Database Schema
7.Add User