A Java program to manage data for the fictional company Chocan. This includes the services they provide, their costs, and member/physician information. Information is stored/organized in a MySQL database and accessed through Java.
This folder contains the file Hash_Function that encrypts the passwords to login to the system.
Depending on who is using the program, there is varied functionality through the use of different interfaces. There is a Manager and Provider interface as well as User_Interfaces screen to select the desired interface.
The main file to run the program is in this folder. Login to the appropriate interface here.
This foloder contains files to generate the information to add to the MySQL Database.
This folder contains the SQL_API file. This file implements the necessary functions to interact with the MYSQL Database through Java.