WattWise
"WattWise" empowers households by providing an intuitive platform for tracking and optimizing appliance-level energy consumption, offering accurate cost estimates and promoting conscious energy usage. This Java-based system transforms energy awareness into actionable insights, contributing to sustainable and economical lifestyles.
To run the WattWise, you need to have the following software installed on your machine:
- Java Development Kit (JDK)
- NetBeans IDE (or any other Java IDE of your choice)
- MySQL Server (or any other compatible relational database)
- MySQL-Java-Connector
- Java
- MySQL
- Clone the repository:
git clone https://github.com/WattWiseSolutions/WattWise.git
- Open the project folder in preferred IDE.
- Set up the database:
- Create a new MySQL database for the reservation system.
- Configure the database connection and update the connection parameters (URL, username, password) to match your database configuration (in services tab (Ctrl+5))
- Run the project in your IDE.