A simple desktop application developed with Java and MySQL as the database. The main aim of developing this desktop application was to learn Java and object-oriented programming.
- Install Git
- Install Java
- Install MySQL Server
- Navigate to the directory where you want to store the repo in either Terminal, Powershell, or Command Prompt
- Clone Repo:
git clone https://github.com/Tony-MK/Demo-Application.git
- Enter Repo Directory:
cd Demo-Application
- Compile App:
javac App.java'
- Run App:
java -cp .;.\mysql-connector-java-8.0.12\mysql-connector-java-8.0.12.jar App