This is a web-based Banking Management System developed using PHP, HTML, JavaScript, Bootstrap, and CSS. It includes features such as email notifications using PHP Mailer.
- XAMPP (or any local PHP server)
- A web browser
- Internet access for PHP Mailer to function
- Set Up XAMPP
- Install XAMPP if you haven’t already.
- Navigate to C:\xampp\htdocs (this is the root directory for your local server).
- Clone this project into the htdocs directory.
- Configure Email
- Open the email.php file inside the project
- Replace the placeholder email and password with your actual email credentials.
- Login to that email account and enable Less Secure App Access (found in your email account's security settings). This is required for PHP Mailer to work.
- Start the Server
- Open the XAMPP Control Panel.
- Start both Apache and MySQL.
- Access the Project
- Open a web browser and visit: http://localhost/[project-folder-name]
Make sure your email account allows third-party access; otherwise, email functionality will fail.
If using Gmail, you may need to create an App Password instead of using your main email password.