Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 482 Bytes

File metadata and controls

9 lines (7 loc) · 482 Bytes

Emerald

java client-server project

Client-Server app, which allows customers to order any credit in bank without going to bank directly or talking to manager. Project is written in Java; client interacts with server application through socket; server interacts with MySQL database through JDBC; GUI is implemented using Swing library.

Code for DB is shown in credit-system\database directory. create.sql creates database and tables in it; flood.sql fills it with valid data.