Skip to content

LCD lending program. College assignment for Software Engineering.

License

Notifications You must be signed in to change notification settings

R-N/LCDLendingRPL

Repository files navigation

LCDLendingRPL

LCD lending program. College assignment for Software Engineering.

Database credentials used in Database.java:

  • username = "client"
  • password = "asdfasdf"
  • databaseName = "lcd_rpl"
  • connectionString = "jdbc:mysql://localhost/lcd_rpl"