Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 755 Bytes

README.md

File metadata and controls

28 lines (24 loc) · 755 Bytes

Hometastic Application

IDE: Netbeans 8.0
Database: MySQL
JDK 8

To compile the project file, you need to install netbeans and import the JAR files which is

  1. mySQL Connector
  2. R2XML.jar

MySQL Settings

Username: root
Password: 1234

Import Data

  1. Open MySQL Workbench
  2. Connect to root
  3. Click Adminitration --> Data Import/Restore
  4. Select Import from Self-Contained File
  5. Enter path for SQL file
  6. Start import and enjoy!

Step-by-step Guide

  1. Open Netbeans
  2. Clone repository
    --> Git > Clone > Copy HTTPS link from Git Repo --> Enter Git User & Password
    --> Set Local Repositories to Desktop or Common Places
  3. Run MySQL, change password at source
  4. Right click Welcome.java & Run (Shift + F6)