An open API service indexing awesome lists of open source software.

https://github.com/r-n/lcdlendingrpl

Records LCD lending transactions and displays ones being lent and past due.
https://github.com/r-n/lcdlendingrpl

database java mysql software-engineering swing

Last synced: 9 months ago
JSON representation

Records LCD lending transactions and displays ones being lent and past due.

Awesome Lists containing this project

README

          

# 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"