Contact Manager is a Java FX Desktop application that allows users to keep track of their existing contacts. It features username/password authentication and a simple view for seeing added contacts.
You must have the following downloaded and setup for the project to run
- Java 11
- MySQL
- MySQL Connector
- Clone the repository by running
git clone https://github.com/albertzeap/ContactManager.git - Run the startup script for the MySQL database within MySQL DBMS. Start up script can be found under
resources/startupScript.sql - Run the Java FX project by going to
/ContactManagerFX/src/application/Main.java3a.If you happen to have Eclipse you can also just right click the ContactManagerFX folder > run as > Java Project. From there select Main.java.

