Skip to content

thoresen-k/Chocan-Datacenter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chocan-Datacenter

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.

encryption

This folder contains the file Hash_Function that encrypts the passwords to login to the system.

interfaces

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.

main

The main file to run the program is in this folder. Login to the appropriate interface here.

service_records

This foloder contains files to generate the information to add to the MySQL Database.

sql

This folder contains the SQL_API file. This file implements the necessary functions to interact with the MYSQL Database through Java.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages