A basic reading list desktop GUI app that connects to, and stores data in a MySQL server.
-
JDK8
-
MySQL server:
https://dev.mysql.com/downloads/ -
JDBC i.e MySQL Connector:
https://www.mysql.com/products/connector/
In src/config.json specify the username and password to the MySQL server.
-
e.g:
{"MYSQL_USER": "root", "MYSQL_PASS": "diploid46", "MYSQL_DRIVER": "com.mysql.jdbc.Driver", "MYSQL_URL": "jdbc:mysql://localhost/", "MYSQL_PORT": 3306
}