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
- mySQL Connector
- R2XML.jar
Username: root
Password: 1234
- Open MySQL Workbench
- Connect to root
- Click Adminitration --> Data Import/Restore
- Select Import from Self-Contained File
- Enter path for SQL file
- Start import and enjoy!
- Open Netbeans
- Clone repository
--> Git > Clone > Copy HTTPS link from Git Repo --> Enter Git User & Password
--> Set Local Repositories to Desktop or Common Places - Run MySQL, change password at source
- Right click Welcome.java & Run (Shift + F6)