The Electricity Bill Management System is a web-based application designed to streamline the process of paying electricity bills. It automates the calculation of electricity bills, including past due amounts and penalties, offering a more efficient and paperless alternative to manual billing systems. This project is built using PHP, CSS, and JavaScript.
- User-friendly interface for managing electricity bill payments.
- Automated calculation of current bills, past due bills, and penalties.
- Admin panel for managing user accounts and overseeing billing operations.
- PHP
- CSS
- JavaScript
- MySQL
- XAMPP (Apache and MySQL)
- Web browser
- Launch XAMPP.
- Start the Apache and MySQL services.
- Extract the project archive.
- Copy the extracted project folder (
ebill
). - Paste the
ebill
folder into thexampp/htdocs/
directory.
- Open a web browser and navigate to
http://localhost/phpmyadmin/
. - Click on the Databases tab.
- Create a new database named
ebillsystem
. - Go to the Import tab.
- Click on Browse file and select the
ebillsystem.sql
file located in theDATABASE FILE
folder within the project directory. - Click Go to import the database.
- Open a web browser and go to
http://localhost/ebill/index.php
. - To access the admin panel, navigate to
http://localhost/ebill/login.php
.
- Email: [email protected]
- Password: Password@123
- Thank you to the open-source community for providing the tools and resources that made this project possible.